Html Css Color HEX #FCC2DE Classic Rose

📋 copy color: '#FCC2DE'

red 252 ◦ green 194 ◦ blue 222

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

Shades of Classic Rose #FCC2DE

Tints of Classic Rose #FCC2DE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.04%

 BLUE value IS 222 (87.11% from 255) = 33.23%

R = 37.72%
G = 29.04%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCC2DE (or 0xFCC2DE) is known color: Classic Rose. HEX triplet: FC, C2 and DE. RGB value is (252,194,222). Sum of RGB (Red+Green+Blue) = 252+194+222=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 194 (76.17% from 255 or 29.04% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2DE is #033D21. Grayscale: #D6D6D6. Windows color (decimal): -212258 or 14598908. OLE color: 14598908.

HSL color Cylindrical-coordinate representation of color #FCC2DE: hue angle of 331.03º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC2DE is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 194 222 -
CMYK 0 0.23 0.12 0.01
HSL 331.03º 0.91% 0.87% -
HSV(B) 331.03º 0.23% 0.99% -
XYZ 72.62 64.55 77.74 -
YUV 214.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 252 194 222 0 0.23 0.12 0.01 331.03 0.91 0.87
Hex FC C2 DE 0 17 C 1 14B 5B 57
Octal 374 302 336 0 27 14 1 513 133 127
Binary 11111100 11000010 11011110 0 10111 1100 1 101001011 1011011 1010111

Color Harmonies of #FCC2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC2DE

Black with #FCC2DE

Text Example


Text Example

White with #FCC2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC2DE; }

 p { color: rgb(252,194,222); }

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

background-color css

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

 a { background-color: rgb(252,194,222); }

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

border-color css

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

 span { border-color: rgb(252,194,222); }

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