Html Css Color HEX #FCC6DD Classic Rose

📋 copy color: '#FCC6DD'

red 252 ◦ green 198 ◦ blue 221

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

Shades of Classic Rose #FCC6DD

Tints of Classic Rose #FCC6DD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.51%

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

R = 37.56%
G = 29.51%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCC6DD (or 0xFCC6DD) is known color: Classic Rose. HEX triplet: FC, C6 and DD. RGB value is (252,198,221). Sum of RGB (Red+Green+Blue) = 252+198+221=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 198 (77.73% from 255 or 29.51% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6DD is #033922. Grayscale: #D8D8D8. Windows color (decimal): -211235 or 14534396. OLE color: 14534396.

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

Color convert

RGB 252 198 221 -
CMYK 0 0.21 0.12 0.01
HSL 334.44º 0.9% 0.88% -
HSV(B) 334.44º 0.21% 0.99% -
XYZ 73.39 66.3 77.34 -
YUV 216.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 252 198 221 0 0.21 0.12 0.01 334.44 0.9 0.88
Hex FC C6 DD 0 15 C 1 14E 5A 58
Octal 374 306 335 0 25 14 1 516 132 130
Binary 11111100 11000110 11011101 0 10101 1100 1 101001110 1011010 1011000

Color Harmonies of #FCC6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC6DD

Black with #FCC6DD

Text Example


Text Example

White with #FCC6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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