Html Css Color HEX #FCCDF0 Classic Rose

📋 copy color: '#FCCDF0'

red 252 ◦ green 205 ◦ blue 240

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

Shades of Classic Rose #FCCDF0

Tints of Classic Rose #FCCDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.43%

R = 36.15%
G = 29.41%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCCDF0 (or 0xFCCDF0) is known color: Classic Rose. HEX triplet: FC, CD and F0. RGB value is (252,205,240). Sum of RGB (Red+Green+Blue) = 252+205+240=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 205 (80.47% from 255 or 29.41% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDF0 is #03320F. Grayscale: #DEDEDE. Windows color (decimal): -209424 or 15781372. OLE color: 15781372.

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

Color convert

RGB 252 205 240 -
CMYK 0 0.19 0.05 0.01
HSL 315.32º 0.89% 0.9% -
HSV(B) 315.32º 0.19% 0.99% -
XYZ 77.7 70.65 91.98 -
YUV 223.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 252 205 240 0 0.19 0.05 0.01 315.32 0.89 0.9
Hex FC CD F0 0 13 5 1 13B 59 5A
Octal 374 315 360 0 23 5 1 473 131 132
Binary 11111100 11001101 11110000 0 10011 101 1 100111011 1011001 1011010

Color Harmonies of #FCCDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDF0

Black with #FCCDF0

Text Example


Text Example

White with #FCCDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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