Html Css Color HEX #FCC3DC Classic Rose

📋 copy color: '#FCC3DC'

red 252 ◦ green 195 ◦ blue 220

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

Shades of Classic Rose #FCC3DC

Tints of Classic Rose #FCC3DC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.24%

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

R = 37.78%
G = 29.24%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCC3DC (or 0xFCC3DC) is known color: Classic Rose. HEX triplet: FC, C3 and DC. RGB value is (252,195,220). Sum of RGB (Red+Green+Blue) = 252+195+220=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 195 (76.56% from 255 or 29.24% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3DC is #033C23. Grayscale: #D6D6D6. Windows color (decimal): -212004 or 14468092. OLE color: 14468092.

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

Color convert

RGB 252 195 220 -
CMYK 0 0.23 0.13 0.01
HSL 333.68º 0.9% 0.88% -
HSV(B) 333.68º 0.23% 0.99% -
XYZ 72.58 64.89 76.41 -
YUV 214.89 130.88 154.47 -
System Red Green Blue C M Y K H S L
Decimal 252 195 220 0 0.23 0.13 0.01 333.68 0.9 0.88
Hex FC C3 DC 0 17 D 1 14E 5A 58
Octal 374 303 334 0 27 15 1 516 132 130
Binary 11111100 11000011 11011100 0 10111 1101 1 101001110 1011010 1011000

Color Harmonies of #FCC3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC3DC

Black with #FCC3DC

Text Example


Text Example

White with #FCC3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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