#FBCACD

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

Shades of Azalea #FBCACD

Tints of Azalea #FBCACD

Color information

#FBCACD (or 0xFBCACD) is unknown color: approx Azalea. HEX triplet: FB, CA and CD. RGB value is (251,202,205). Sum of RGB (Red+Green+Blue) = 251+202+205=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCACD is #043532. Grayscale: #D9D9D9. Windows color (decimal): -275763 or 13486843. OLE color: 13486843.

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

Color convert

RGB251202205-
CMYK00.200.180.02
HSL356.33º85.96%88.82%-
HSV(B)356.33º19.52%98.43%-
XYZ71.9267.1666.93-
YUV216.99121.23152.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.15%
GREEN value IS 202 (79.30% from 255) = 30.70%
BLUE value IS 205 (80.47% from 255) = 31.16%
R=38.15%
G=30.70%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120220500.200.180.02356.3385.9688.82
HexFBCACD0141221645659
Octal373312315024222544126131
Binary111110111100101011001101010100100101010110010010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCACD; }

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

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

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

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

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

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

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

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