#FBC7CA

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

Shades of Azalea #FBC7CA

Tints of Azalea #FBC7CA

Color information

#FBC7CA (or 0xFBC7CA) is unknown color: approx Azalea. HEX triplet: FB, C7 and CA. RGB value is (251,199,202). Sum of RGB (Red+Green+Blue) = 251+199+202=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7CA is #043835. Grayscale: #D6D6D6. Windows color (decimal): -276534 or 13289467. OLE color: 13289467.

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

Color convert

RGB251199202-
CMYK00.210.200.02
HSL356.54º86.67%88.24%-
HSV(B)356.54º20.72%98.43%-
XYZ70.8765.6264.81-
YUV214.89120.73153.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 199 (78.12% from 255) = 30.52%
BLUE value IS 202 (79.30% from 255) = 30.98%
R=38.50%
G=30.52%
B=30.98%

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
Decimal25119920200.210.200.02356.5486.6788.24
HexFBC7CA0151421655758
Octal373307312025242545127130
Binary111110111100011111001010010101101001010110010110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC7CA; }

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

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

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

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

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

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

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

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