#FCCADD

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

Shades of Classic Rose #FCCADD

Tints of Classic Rose #FCCADD

Color information

#FCCADD (or 0xFCCADD) is unknown color: approx Classic Rose. HEX triplet: FC, CA and DD. RGB value is (252,202,221). Sum of RGB (Red+Green+Blue) = 252+202+221=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCADD is #033522. Grayscale: #DBDBDB. Windows color (decimal): -210211 or 14535420. OLE color: 14535420.

HSL color Cylindrical-coordinate representation of color #FCCADD: hue angle of 337.2º degrees, saturation: 0.89, 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 #FCCADD is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252202221-
CMYK00.200.120.01
HSL337.2º89.29%89.02%-
HSV(B)337.2º19.84%98.82%-
XYZ74.3268.1677.65-
YUV219.12129.06151.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 202 (79.30% from 255) = 29.93%
BLUE value IS 221 (86.72% from 255) = 32.74%
R=37.33%
G=29.93%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220222100.200.120.01337.289.2989.02
HexFCCADD014C11515959
Octal374312335024141521131131
Binary1111110011001010110111010101001100110101000110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCADD; }

 p { color: rgb(252,202,221); }

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

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

 a { background-color: rgb(252,202,221); }

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

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

 span { border-color: rgb(252,202,221); }

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