#F4AB96

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

Shades of Rose Bud #F4AB96

Tints of Rose Bud #F4AB96

Color information

#F4AB96 (or 0xF4AB96) is unknown color: approx Rose Bud. HEX triplet: F4, AB and 96. RGB value is (244,171,150). Sum of RGB (Red+Green+Blue) = 244+171+150=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AB96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4AB96 is #0B5469. Grayscale: #BEBEBE. Windows color (decimal): -742506 or 9874420. OLE color: 9874420.

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

Color convert

RGB244171150-
CMYK00.300.390.04
HSL13.4º81.03%77.25%-
HSV(B)13.4º38.52%95.69%-
XYZ57.3850.5635.59-
YUV190.43105.18166.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.19%
GREEN value IS 171 (67.19% from 255) = 30.27%
BLUE value IS 150 (58.98% from 255) = 26.55%
R=43.19%
G=30.27%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417115000.300.390.0413.481.0377.25
HexF4AB9601E274d514d
Octal36425322603647415121115
Binary111101001010101110010110011110100111100110110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AB96; }

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

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

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

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

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

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

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

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