#FBC6CA

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

Shades of Azalea #FBC6CA

Tints of Azalea #FBC6CA

Color information

#FBC6CA (or 0xFBC6CA) is unknown color: approx Azalea. HEX triplet: FB, C6 and CA. RGB value is (251,198,202). Sum of RGB (Red+Green+Blue) = 251+198+202=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 198 (77.73% from 255 or 30.41% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6CA is #043935. Grayscale: #D6D6D6. Windows color (decimal): -276790 or 13289211. OLE color: 13289211.

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

Color convert

RGB251198202-
CMYK00.210.200.02
HSL355.47º86.89%88.04%-
HSV(B)355.47º21.12%98.43%-
XYZ70.6465.1664.73-
YUV214.3121.06154.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.56%
GREEN value IS 198 (77.73% from 255) = 30.41%
BLUE value IS 202 (79.30% from 255) = 31.03%
R=38.56%
G=30.41%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119820200.210.200.02355.4786.8988.04
HexFBC6CA0151421635758
Octal373306312025242543127130
Binary111110111100011011001010010101101001010110001110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC6CA; }

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

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

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

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

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

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

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

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