Html Css Color HEX #FCC3DE Classic Rose

📋 copy color: '#FCC3DE'

red 252 ◦ green 195 ◦ blue 222

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

Shades of Classic Rose #FCC3DE

Tints of Classic Rose #FCC3DE

RGB

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

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

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

R = 37.67%
G = 29.15%
B = 33.18%

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

#FCC3DE (or 0xFCC3DE) is known color: Classic Rose. HEX triplet: FC, C3 and DE. RGB value is (252,195,222). Sum of RGB (Red+Green+Blue) = 252+195+222=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 195 (76.56% from 255 or 29.15% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3DE is #033C21. Grayscale: #D7D7D7. Windows color (decimal): -212002 or 14599164. OLE color: 14599164.

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

Color convert

RGB 252 195 222 -
CMYK 0 0.23 0.12 0.01
HSL 331.58º 0.9% 0.88% -
HSV(B) 331.58º 0.23% 0.99% -
XYZ 72.84 65 77.81 -
YUV 215.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 252 195 222 0 0.23 0.12 0.01 331.58 0.9 0.88
Hex FC C3 DE 0 17 C 1 14C 5A 58
Octal 374 303 336 0 27 14 1 514 132 130
Binary 11111100 11000011 11011110 0 10111 1100 1 101001100 1011010 1011000

Color Harmonies of #FCC3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC3DE

Black with #FCC3DE

Text Example


Text Example

White with #FCC3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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