#F4AB97

Color #F4AB97 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #F4AB97

Tints of Rose Bud #F4AB97

Color information

#F4AB97 (or 0xF4AB97) is unknown color: approx Rose Bud. HEX triplet: F4, AB and 97. RGB value is (244,171,151). Sum of RGB (Red+Green+Blue) = 244+171+151=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AB97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4AB97 is #0B5468. Grayscale: #BEBEBE. Windows color (decimal): -742505 or 9939956. OLE color: 9939956.

HSL color Cylindrical-coordinate representation of color #F4AB97: hue angle of 12.9º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F4AB97 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB244171151-
CMYK00.300.380.04
HSL12.9º80.87%77.45%-
HSV(B)12.9º38.11%95.69%-
XYZ57.4650.5936.02-
YUV190.55105.68166.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 43.11%
GREEN value IS 171 (67.19% from 255) = 30.21%
BLUE value IS 151 (59.38% from 255) = 26.68%
R=43.11%
G=30.21%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417115100.300.380.0412.980.8777.45
HexF4AB9701E264d514d
Octal36425322703646415121115
Binary111101001010101110010111011110100110100110110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AB97; }

 p { color: rgb(244,171,151); }

 H1.HeaderClassName
 {
   color: #F4AB97;
 }
 .AnyTagClassName
 {
   color: #F4AB97;
 }
</style>
background-color css

<style>
 a { background-color: #F4AB97; }

 a { background-color: rgb(244,171,151); }

 div.DivClassName
 {
   background-color: #F4AB97;
 }
 .BgClassName
 {
   background-color: #F4AB97;
 }
</style>
border-color css

<style>
 span { border-color: #F4AB97; }

 span { border-color: rgb(244,171,151); }

 td.TdClassName
 {
   border-color: #F4AB97;
 }
 .TagClassName
 {
   border-color: #F4AB97;
 }
</style>