#FFCACC

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

Shades of Azalea #FFCACC

Tints of Azalea #FFCACC

Color information

#FFCACC (or 0xFFCACC) is unknown color: approx Azalea. HEX triplet: FF, CA and CC. RGB value is (255,202,204). Sum of RGB (Red+Green+Blue) = 255+202+204=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCACC is #003533. Grayscale: #DADADA. Windows color (decimal): -13620 or 13421311. OLE color: 13421311.

HSL color Cylindrical-coordinate representation of color #FFCACC: hue angle of 357.74º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCACC is Cyan = 0, Magento = 0.21, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB255202204-
CMYK00.210.20
HSL357.74º100%89.61%-
HSV(B)357.74º20.78%100%-
XYZ73.2667.8666.36-
YUV218.08120.06154.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 204 (80.08% from 255) = 30.86%
R=38.58%
G=30.56%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520220400.210.20357.7410089.61
HexFFCACC015140166645a
Octal377312314025240546144132
Binary11111111110010101100110001010110100010110011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCACC; }

 p { color: rgb(255,202,204); }

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

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

 a { background-color: rgb(255,202,204); }

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

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

 span { border-color: rgb(255,202,204); }

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