#FDCACB

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

Shades of Azalea #FDCACB

Tints of Azalea #FDCACB

Color information

#FDCACB (or 0xFDCACB) is unknown color: approx Azalea. HEX triplet: FD, CA and CB. RGB value is (253,202,203). Sum of RGB (Red+Green+Blue) = 253+202+203=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCACB is #023534. Grayscale: #D9D9D9. Windows color (decimal): -144693 or 13355773. OLE color: 13355773.

HSL color Cylindrical-coordinate representation of color #FDCACB: hue angle of 358.82º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCACB is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253202203-
CMYK00.200.200.01
HSL358.82º92.73%89.22%-
HSV(B)358.82º20.16%99.22%-
XYZ72.4167.4465.7-
YUV217.36119.9153.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.45%
GREEN value IS 202 (79.30% from 255) = 30.70%
BLUE value IS 203 (79.69% from 255) = 30.85%
R=38.45%
G=30.70%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320220300.200.200.01358.8292.7389.22
HexFDCACB0141411675d59
Octal375312313024241547135131
Binary11111101110010101100101101010010100110110011110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCACB; }

 p { color: rgb(253,202,203); }

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

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

 a { background-color: rgb(253,202,203); }

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

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

 span { border-color: rgb(253,202,203); }

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