#FAAB9B

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

Shades of Rose Bud #FAAB9B

Tints of Rose Bud #FAAB9B

Color information

#FAAB9B (or 0xFAAB9B) is unknown color: approx Rose Bud. HEX triplet: FA, AB and 9B. RGB value is (250,171,155). Sum of RGB (Red+Green+Blue) = 250+171+155=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAB9B is #055464. Grayscale: #C0C0C0. Windows color (decimal): -349285 or 10202106. OLE color: 10202106.

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

Color convert

RGB250171155-
CMYK00.320.380.02
HSL10.11º90.48%79.41%-
HSV(B)10.11º38%98.04%-
XYZ59.951.8237.85-
YUV192.8106.67168.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 155 (60.94% from 255) = 26.91%
R=43.40%
G=29.69%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017115500.320.380.0210.1190.4879.41
HexFAAB9B020262a5a4f
Octal37225323304046212132117
Binary111110101010101110011011010000010011010101010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAB9B; }

 p { color: rgb(250,171,155); }

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

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

 a { background-color: rgb(250,171,155); }

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

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

 span { border-color: rgb(250,171,155); }

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