#FAB4A0

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

Shades of Rose Bud #FAB4A0

Tints of Rose Bud #FAB4A0

Color information

#FAB4A0 (or 0xFAB4A0) is unknown color: approx Rose Bud. HEX triplet: FA, B4 and A0. RGB value is (250,180,160). Sum of RGB (Red+Green+Blue) = 250+180+160=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB4A0 is #054B5F. Grayscale: #C6C6C6. Windows color (decimal): -346976 or 10532090. OLE color: 10532090.

HSL color Cylindrical-coordinate representation of color #FAB4A0: hue angle of 13.33º 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 #FAB4A0 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250180160-
CMYK00.280.360.02
HSL13.33º90%80.39%-
HSV(B)13.33º36%98.04%-
XYZ62.0955.540.7-
YUV198.65106.19164.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 180 (70.70% from 255) = 30.51%
BLUE value IS 160 (62.89% from 255) = 27.12%
R=42.37%
G=30.51%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018016000.280.360.0213.339080.39
HexFAB4A001C242d5a50
Octal37226424003444215132120
Binary11111010101101001010000001110010010010110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB4A0; }

 p { color: rgb(250,180,160); }

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

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

 a { background-color: rgb(250,180,160); }

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

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

 span { border-color: rgb(250,180,160); }

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