#FCCADF

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

Shades of Classic Rose #FCCADF

Tints of Classic Rose #FCCADF

Color information

#FCCADF (or 0xFCCADF) is unknown color: approx Classic Rose. HEX triplet: FC, CA and DF. RGB value is (252,202,223). Sum of RGB (Red+Green+Blue) = 252+202+223=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCADF is #033520. Grayscale: #DBDBDB. Windows color (decimal): -210209 or 14666492. OLE color: 14666492.

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

Color convert

RGB252202223-
CMYK00.200.120.01
HSL334.8º89.29%89.02%-
HSV(B)334.8º19.84%98.82%-
XYZ74.5868.2679.06-
YUV219.34130.06151.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.22%
GREEN value IS 202 (79.30% from 255) = 29.84%
BLUE value IS 223 (87.5% from 255) = 32.94%
R=37.22%
G=29.84%
B=32.94%

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
Decimal25220222300.200.120.01334.889.2989.02
HexFCCADF014C114f5959
Octal374312337024141517131131
Binary1111110011001010110111110101001100110100111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCADF; }

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

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

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

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

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

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

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

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