#FBC9CA

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

Shades of Azalea #FBC9CA

Tints of Azalea #FBC9CA

Color information

#FBC9CA (or 0xFBC9CA) is unknown color: approx Azalea. HEX triplet: FB, C9 and CA. RGB value is (251,201,202). Sum of RGB (Red+Green+Blue) = 251+201+202=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9CA is #043635. Grayscale: #D8D8D8. Windows color (decimal): -276022 or 13289979. OLE color: 13289979.

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

Color convert

RGB251201202-
CMYK00.200.200.02
HSL358.8º86.21%88.63%-
HSV(B)358.8º19.92%98.43%-
XYZ71.3366.5564.96-
YUV216.06120.07152.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 201 (78.91% from 255) = 30.73%
BLUE value IS 202 (79.30% from 255) = 30.89%
R=38.38%
G=30.73%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120120200.200.200.02358.886.2188.63
HexFBC9CA0141421675659
Octal373311312024242547126131
Binary111110111100100111001010010100101001010110011110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9CA; }

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

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

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

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

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

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

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

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