Html Css Color HEX #FCCDE1 Classic Rose

📋 copy color: '#FCCDE1'

red 252 ◦ green 205 ◦ blue 225

#FCCDE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #FCCDE1

Tints of Classic Rose #FCCDE1

RGB

 RED value IS 252 (98.83% from 255) = 36.95%

 GREEN value IS 205 (80.47% from 255) = 30.06%

 BLUE value IS 225 (88.28% from 255) = 32.99%

R = 36.95%
G = 30.06%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCCDE1 (or 0xFCCDE1) is known color: Classic Rose. HEX triplet: FC, CD and E1. RGB value is (252,205,225). Sum of RGB (Red+Green+Blue) = 252+205+225=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDE1 is #03321E. Grayscale: #DDDDDD. Windows color (decimal): -209439 or 14798332. OLE color: 14798332.

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

Color convert

RGB 252 205 225 -
CMYK 0 0.19 0.11 0.01
HSL 334.47º 0.89% 0.9% -
HSV(B) 334.47º 0.19% 0.99% -
XYZ 75.57 69.79 80.72 -
YUV 221.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 252 205 225 0 0.19 0.11 0.01 334.47 0.89 0.9
Hex FC CD E1 0 13 B 1 14E 59 5A
Octal 374 315 341 0 23 13 1 516 131 132
Binary 11111100 11001101 11100001 0 10011 1011 1 101001110 1011001 1011010

Color Harmonies of #FCCDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDE1

Black with #FCCDE1

Text Example


Text Example

White with #FCCDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDE1; }

 p { color: rgb(252,205,225); }

 H1.HeaderClassName
 {
   color: #FCCDE1;
 }
 .AnyTagClassName
 {
   color: #FCCDE1;
 }
</style>

background-color css

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

 a { background-color: rgb(252,205,225); }

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

border-color css

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

 span { border-color: rgb(252,205,225); }

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