#FAAF9E

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

Shades of Rose Bud #FAAF9E

Tints of Rose Bud #FAAF9E

Color information

#FAAF9E (or 0xFAAF9E) is unknown color: approx Rose Bud. HEX triplet: FA, AF and 9E. RGB value is (250,175,158). Sum of RGB (Red+Green+Blue) = 250+175+158=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAF9E is #055061. Grayscale: #C3C3C3. Windows color (decimal): -348258 or 10399738. OLE color: 10399738.

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

Color convert

RGB250175158-
CMYK00.30.370.02
HSL11.09º90.2%80%-
HSV(B)11.09º36.8%98.04%-
XYZ60.9353.4539.45-
YUV195.49106.85166.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.88%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 158 (62.11% from 255) = 27.10%
R=42.88%
G=30.02%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017515800.30.370.0211.0990.280
HexFAAF9E01E252b5a50
Octal37225723603645213132120
Binary11111010101011111001111001111010010110101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAF9E; }

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

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

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

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

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

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

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

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