#FAB29E

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

Shades of Rose Bud #FAB29E

Tints of Rose Bud #FAB29E

Color information

#FAB29E (or 0xFAB29E) is unknown color: approx Rose Bud. HEX triplet: FA, B2 and 9E. RGB value is (250,178,158). Sum of RGB (Red+Green+Blue) = 250+178+158=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB29E is #054D61. Grayscale: #C5C5C5. Windows color (decimal): -347490 or 10400506. OLE color: 10400506.

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

Color convert

RGB250178158-
CMYK00.290.370.02
HSL13.04º90.2%80%-
HSV(B)13.04º36.8%98.04%-
XYZ61.5254.6339.65-
YUV197.25105.85165.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 178 (69.92% from 255) = 30.38%
BLUE value IS 158 (62.11% from 255) = 26.96%
R=42.66%
G=30.38%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017815800.290.370.0213.0490.280
HexFAB29E01D252d5a50
Octal37226223603545215132120
Binary11111010101100101001111001110110010110110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB29E; }

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

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

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

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

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

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

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

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