#FBC5CA

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

Shades of Azalea #FBC5CA

Tints of Azalea #FBC5CA

Color information

#FBC5CA (or 0xFBC5CA) is unknown color: approx Azalea. HEX triplet: FB, C5 and CA. RGB value is (251,197,202). Sum of RGB (Red+Green+Blue) = 251+197+202=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5CA is #043A35. Grayscale: #D5D5D5. Windows color (decimal): -277046 or 13288955. OLE color: 13288955.

HSL color Cylindrical-coordinate representation of color #FBC5CA: hue angle of 354.44º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC5CA is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251197202-
CMYK00.220.200.02
HSL354.44º87.1%87.84%-
HSV(B)354.44º21.51%98.43%-
XYZ70.4164.7164.66-
YUV213.72121.39154.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.62%
GREEN value IS 197 (77.34% from 255) = 30.31%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=38.62%
G=30.31%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119720200.220.200.02354.4487.187.84
HexFBC5CA0161421625758
Octal373305312026242542127130
Binary111110111100010111001010010110101001010110001010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC5CA; }

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

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

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

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

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

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

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

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