#FBCACC

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

Shades of Azalea #FBCACC

Tints of Azalea #FBCACC

Color information

#FBCACC (or 0xFBCACC) is unknown color: approx Azalea. HEX triplet: FB, CA and CC. RGB value is (251,202,204). Sum of RGB (Red+Green+Blue) = 251+202+204=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCACC is #043533. Grayscale: #D8D8D8. Windows color (decimal): -275764 or 13421307. OLE color: 13421307.

HSL color Cylindrical-coordinate representation of color #FBCACC: hue angle of 357.55º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCACC is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251202204-
CMYK00.200.190.02
HSL357.55º85.96%88.82%-
HSV(B)357.55º19.52%98.43%-
XYZ71.867.1166.3-
YUV216.88120.73152.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.20%
GREEN value IS 202 (79.30% from 255) = 30.75%
BLUE value IS 204 (80.08% from 255) = 31.05%
R=38.20%
G=30.75%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120220400.200.190.02357.5585.9688.82
HexFBCACC0141321665659
Octal373312314024232546126131
Binary111110111100101011001100010100100111010110011010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCACC; }

 p { color: rgb(251,202,204); }

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

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

 a { background-color: rgb(251,202,204); }

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

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

 span { border-color: rgb(251,202,204); }

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