#FFABA2

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

Shades of Rose Bud #FFABA2

Tints of Rose Bud #FFABA2

Color information

#FFABA2 (or 0xFFABA2) is unknown color: approx Rose Bud. HEX triplet: FF, AB and A2. RGB value is (255,171,162). Sum of RGB (Red+Green+Blue) = 255+171+162=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFABA2 is #00545D. Grayscale: #C3C3C3. Windows color (decimal): -21598 or 10660863. OLE color: 10660863.

HSL color Cylindrical-coordinate representation of color #FFABA2: hue angle of 5.81º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFABA2 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB255171162-
CMYK00.330.360
HSL5.81º100%81.76%-
HSV(B)5.81º36.47%100%-
XYZ62.3252.9941.13-
YUV195.09109.33170.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.37%
GREEN value IS 171 (67.19% from 255) = 29.08%
BLUE value IS 162 (63.67% from 255) = 27.55%
R=43.37%
G=29.08%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517116200.330.3605.8110081.76
HexFFABA202124066452
Octal3772532420414406144122
Binary1111111110101011101000100100001100100011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFABA2; }

 p { color: rgb(255,171,162); }

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

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

 a { background-color: rgb(255,171,162); }

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

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

 span { border-color: rgb(255,171,162); }

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