Html Css Color HEX #FCC2DD Classic Rose

📋 copy color: '#FCC2DD'

red 252 ◦ green 194 ◦ blue 221

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

Shades of Classic Rose #FCC2DD

Tints of Classic Rose #FCC2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.13%

R = 37.78%
G = 29.09%
B = 33.13%

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

#FCC2DD (or 0xFCC2DD) is known color: Classic Rose. HEX triplet: FC, C2 and DD. RGB value is (252,194,221). Sum of RGB (Red+Green+Blue) = 252+194+221=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 194 (76.17% from 255 or 29.09% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2DD is #033D22. Grayscale: #D6D6D6. Windows color (decimal): -212259 or 14533372. OLE color: 14533372.

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

Color convert

RGB 252 194 221 -
CMYK 0 0.23 0.12 0.01
HSL 332.07º 0.91% 0.87% -
HSV(B) 332.07º 0.23% 0.99% -
XYZ 72.49 64.5 77.04 -
YUV 214.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 252 194 221 0 0.23 0.12 0.01 332.07 0.91 0.87
Hex FC C2 DD 0 17 C 1 14C 5B 57
Octal 374 302 335 0 27 14 1 514 133 127
Binary 11111100 11000010 11011101 0 10111 1100 1 101001100 1011011 1010111

Color Harmonies of #FCC2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC2DD

Black with #FCC2DD

Text Example


Text Example

White with #FCC2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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