Html Css Color HEX #FCC7DC Classic Rose

📋 copy color: '#FCC7DC'

red 252 ◦ green 199 ◦ blue 220

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

Shades of Classic Rose #FCC7DC

Tints of Classic Rose #FCC7DC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.66%

 BLUE value IS 220 (86.33% from 255) = 32.79%

R = 37.56%
G = 29.66%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCC7DC (or 0xFCC7DC) is known color: Classic Rose. HEX triplet: FC, C7 and DC. RGB value is (252,199,220). Sum of RGB (Red+Green+Blue) = 252+199+220=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 199 (78.12% from 255 or 29.66% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7DC is #033823. Grayscale: #D9D9D9. Windows color (decimal): -210980 or 14469116. OLE color: 14469116.

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

Color convert

RGB 252 199 220 -
CMYK 0 0.21 0.13 0.01
HSL 336.23º 0.9% 0.88% -
HSV(B) 336.23º 0.21% 0.99% -
XYZ 73.49 66.71 76.71 -
YUV 217.24 129.56 152.79 -
System Red Green Blue C M Y K H S L
Decimal 252 199 220 0 0.21 0.13 0.01 336.23 0.9 0.88
Hex FC C7 DC 0 15 D 1 150 5A 58
Octal 374 307 334 0 25 15 1 520 132 130
Binary 11111100 11000111 11011100 0 10101 1101 1 101010000 1011010 1011000

Color Harmonies of #FCC7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC7DC

Black with #FCC7DC

Text Example


Text Example

White with #FCC7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC7DC; }

 p { color: rgb(252,199,220); }

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

background-color css

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

 a { background-color: rgb(252,199,220); }

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

border-color css

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

 span { border-color: rgb(252,199,220); }

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