Html Css Color HEX #FCCCE9 Classic Rose

📋 copy color: '#FCCCE9'

red 252 ◦ green 204 ◦ blue 233

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

Shades of Classic Rose #FCCCE9

Tints of Classic Rose #FCCCE9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.61%

 BLUE value IS 233 (91.41% from 255) = 33.82%

R = 36.57%
G = 29.61%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCCCE9 (or 0xFCCCE9) is known color: Classic Rose. HEX triplet: FC, CC and E9. RGB value is (252,204,233). Sum of RGB (Red+Green+Blue) = 252+204+233=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 204 (80.08% from 255 or 29.61% from 689); Blue value is 233 (91.41% from 255 or 33.82% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCE9 is #033316. Grayscale: #DDDDDD. Windows color (decimal): -209687 or 15322364. OLE color: 15322364.

HSL color Cylindrical-coordinate representation of color #FCCCE9: hue angle of 323.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCCE9 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 233 -
CMYK 0 0.19 0.08 0.01
HSL 323.75º 0.89% 0.89% -
HSV(B) 323.75º 0.19% 0.99% -
XYZ 76.45 69.76 86.53 -
YUV 221.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 252 204 233 0 0.19 0.08 0.01 323.75 0.89 0.89
Hex FC CC E9 0 13 8 1 144 59 59
Octal 374 314 351 0 23 10 1 504 131 131
Binary 11111100 11001100 11101001 0 10011 1000 1 101000100 1011001 1011001

Color Harmonies of #FCCCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCE9

Black with #FCCCE9

Text Example


Text Example

White with #FCCCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCE9; }

 p { color: rgb(252,204,233); }

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

background-color css

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

 a { background-color: rgb(252,204,233); }

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

border-color css

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

 span { border-color: rgb(252,204,233); }

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