Html Css Color HEX #FCCCE7 Classic Rose

📋 copy color: '#FCCCE7'

red 252 ◦ green 204 ◦ blue 231

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

Shades of Classic Rose #FCCCE7

Tints of Classic Rose #FCCCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.62%

R = 36.68%
G = 29.69%
B = 33.62%

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

#FCCCE7 (or 0xFCCCE7) is known color: Classic Rose. HEX triplet: FC, CC and E7. RGB value is (252,204,231). Sum of RGB (Red+Green+Blue) = 252+204+231=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 204 (80.08% from 255 or 29.69% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCE7 is #033318. Grayscale: #DDDDDD. Windows color (decimal): -209689 or 15191292. OLE color: 15191292.

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

Color convert

RGB 252 204 231 -
CMYK 0 0.19 0.08 0.01
HSL 326.25º 0.89% 0.89% -
HSV(B) 326.25º 0.19% 0.99% -
XYZ 76.16 69.65 85.03 -
YUV 221.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 252 204 231 0 0.19 0.08 0.01 326.25 0.89 0.89
Hex FC CC E7 0 13 8 1 146 59 59
Octal 374 314 347 0 23 10 1 506 131 131
Binary 11111100 11001100 11100111 0 10011 1000 1 101000110 1011001 1011001

Color Harmonies of #FCCCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCE7

Black with #FCCCE7

Text Example


Text Example

White with #FCCCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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