#FAABA1

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

Shades of Rose Bud #FAABA1

Tints of Rose Bud #FAABA1

Color information

#FAABA1 (or 0xFAABA1) is unknown color: approx Rose Bud. HEX triplet: FA, AB and A1. RGB value is (250,171,161). Sum of RGB (Red+Green+Blue) = 250+171+161=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAABA1 is #05545E. Grayscale: #C1C1C1. Windows color (decimal): -349279 or 10595322. OLE color: 10595322.

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

Color convert

RGB250171161-
CMYK00.320.360.02
HSL6.74º89.9%80.59%-
HSV(B)6.74º35.6%98.04%-
XYZ60.4252.0240.58-
YUV193.48109.67168.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.96%
GREEN value IS 171 (67.19% from 255) = 29.38%
BLUE value IS 161 (63.28% from 255) = 27.66%
R=42.96%
G=29.38%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017116100.320.360.026.7489.980.59
HexFAABA102024275a51
Octal3722532410404427132121
Binary11111010101010111010000101000001001001011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABA1; }

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

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

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

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

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

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

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

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