#FAAF9F

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

Shades of Rose Bud #FAAF9F

Tints of Rose Bud #FAAF9F

Color information

#FAAF9F (or 0xFAAF9F) is unknown color: approx Rose Bud. HEX triplet: FA, AF and 9F. RGB value is (250,175,159). Sum of RGB (Red+Green+Blue) = 250+175+159=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAF9F is #055060. Grayscale: #C3C3C3. Windows color (decimal): -348257 or 10465274. OLE color: 10465274.

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

Color convert

RGB250175159-
CMYK00.30.360.02
HSL10.55º90.1%80.2%-
HSV(B)10.55º36.4%98.04%-
XYZ61.0153.4939.91-
YUV195.6107.35166.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 159 (62.5% from 255) = 27.23%
R=42.81%
G=29.97%
B=27.23%

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
Decimal25017515900.30.360.0210.5590.180.2
HexFAAF9F01E242b5a50
Octal37225723703644213132120
Binary11111010101011111001111101111010010010101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAF9F; }

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

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

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

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

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

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

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

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