#FCC1ED

Color #FCC1ED Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #FCC1ED

Tints of Classic Rose #FCC1ED

Color information

#FCC1ED (or 0xFCC1ED) is unknown color: approx Classic Rose. HEX triplet: FC, C1 and ED. RGB value is (252,193,237). Sum of RGB (Red+Green+Blue) = 252+193+237=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 193 (75.78% from 255 or 28.30% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC1ED is #033E12. Grayscale: #D7D7D7. Windows color (decimal): -212499 or 15581692. OLE color: 15581692.

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

Color convert

RGB252193237-
CMYK00.230.060.01
HSL315.25º90.77%87.25%-
HSV(B)315.25º23.41%98.82%-
XYZ74.564.9588.73-
YUV215.66140.05153.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 193 (75.78% from 255) = 28.30%
BLUE value IS 237 (92.97% from 255) = 34.75%
R=36.95%
G=28.30%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219323700.230.060.01315.2590.7787.25
HexFCC1ED0176113b5b57
Octal37430135502761473133127
Binary111111001100000111101101010111110110011101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1ED; }

 p { color: rgb(252,193,237); }

 H1.HeaderClassName
 {
   color: #FCC1ED;
 }
 .AnyTagClassName
 {
   color: #FCC1ED;
 }
</style>
background-color css

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

 a { background-color: rgb(252,193,237); }

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

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

 span { border-color: rgb(252,193,237); }

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