#FAAFA0

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

Shades of Rose Bud #FAAFA0

Tints of Rose Bud #FAAFA0

Color information

#FAAFA0 (or 0xFAAFA0) is unknown color: approx Rose Bud. HEX triplet: FA, AF and A0. RGB value is (250,175,160). Sum of RGB (Red+Green+Blue) = 250+175+160=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAFA0 is #05505F. Grayscale: #C3C3C3. Windows color (decimal): -348256 or 10530810. OLE color: 10530810.

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

Color convert

RGB250175160-
CMYK00.30.360.02
HSL10º90%80.39%-
HSV(B)10º36%98.04%-
XYZ61.153.5240.37-
YUV195.72107.85166.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.74%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 160 (62.89% from 255) = 27.35%
R=42.74%
G=29.91%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017516000.30.360.02109080.39
HexFAAFA001E242a5a50
Octal37225724003644212132120
Binary11111010101011111010000001111010010010101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAFA0; }

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

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

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

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

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

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

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

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