#FAB29F

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

Shades of Rose Bud #FAB29F

Tints of Rose Bud #FAB29F

Color information

#FAB29F (or 0xFAB29F) is unknown color: approx Rose Bud. HEX triplet: FA, B2 and 9F. RGB value is (250,178,159). Sum of RGB (Red+Green+Blue) = 250+178+159=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 159 (62.5% from 255 or 27.09% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB29F is #054D60. Grayscale: #C5C5C5. Windows color (decimal): -347489 or 10466042. OLE color: 10466042.

HSL color Cylindrical-coordinate representation of color #FAB29F: hue angle of 12.53º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAB29F is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250178159-
CMYK00.290.360.02
HSL12.53º90.1%80.2%-
HSV(B)12.53º36.4%98.04%-
XYZ61.654.6740.11-
YUV197.36106.35165.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.59%
GREEN value IS 178 (69.92% from 255) = 30.32%
BLUE value IS 159 (62.5% from 255) = 27.09%
R=42.59%
G=30.32%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017815900.290.360.0212.5390.180.2
HexFAB29F01D242d5a50
Octal37226223703544215132120
Binary11111010101100101001111101110110010010110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB29F; }

 p { color: rgb(250,178,159); }

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

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

 a { background-color: rgb(250,178,159); }

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

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

 span { border-color: rgb(250,178,159); }

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