#FAAFA1

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

Shades of Rose Bud #FAAFA1

Tints of Rose Bud #FAAFA1

Color information

#FAAFA1 (or 0xFAAFA1) is unknown color: approx Rose Bud. HEX triplet: FA, AF and A1. RGB value is (250,175,161). Sum of RGB (Red+Green+Blue) = 250+175+161=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAFA1 is #05505E. Grayscale: #C3C3C3. Windows color (decimal): -348255 or 10596346. OLE color: 10596346.

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

Color convert

RGB250175161-
CMYK00.30.360.02
HSL9.44º89.9%80.59%-
HSV(B)9.44º35.6%98.04%-
XYZ61.1953.5640.83-
YUV195.83108.35166.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 161 (63.28% from 255) = 27.47%
R=42.66%
G=29.86%
B=27.47%

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
Decimal25017516100.30.360.029.4489.980.59
HexFAAFA101E24295a51
Octal37225724103644211132121
Binary11111010101011111010000101111010010010100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAFA1; }

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

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

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

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

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

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

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

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