Html Css Color HEX #FCC3DD Classic Rose

📋 copy color: '#FCC3DD'

red 252 ◦ green 195 ◦ blue 221

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

Shades of Classic Rose #FCC3DD

Tints of Classic Rose #FCC3DD

RGB

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

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

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

R = 37.72%
G = 29.19%
B = 33.08%

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

#FCC3DD (or 0xFCC3DD) is known color: Classic Rose. HEX triplet: FC, C3 and DD. RGB value is (252,195,221). Sum of RGB (Red+Green+Blue) = 252+195+221=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 195 (76.56% from 255 or 29.19% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3DD is #033C22. Grayscale: #D6D6D6. Windows color (decimal): -212003 or 14533628. OLE color: 14533628.

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

Color convert

RGB 252 195 221 -
CMYK 0 0.23 0.12 0.01
HSL 332.63º 0.9% 0.88% -
HSV(B) 332.63º 0.23% 0.99% -
XYZ 72.71 64.95 77.11 -
YUV 215.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 252 195 221 0 0.23 0.12 0.01 332.63 0.9 0.88
Hex FC C3 DD 0 17 C 1 14D 5A 58
Octal 374 303 335 0 27 14 1 515 132 130
Binary 11111100 11000011 11011101 0 10111 1100 1 101001101 1011010 1011000

Color Harmonies of #FCC3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC3DD

Black with #FCC3DD

Text Example


Text Example

White with #FCC3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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