#FCC2ED

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

Shades of Classic Rose #FCC2ED

Tints of Classic Rose #FCC2ED

Color information

#FCC2ED (or 0xFCC2ED) is unknown color: approx Classic Rose. HEX triplet: FC, C2 and ED. RGB value is (252,194,237). Sum of RGB (Red+Green+Blue) = 252+194+237=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 194 (76.17% from 255 or 28.40% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC2ED is #033D12. Grayscale: #D8D8D8. Windows color (decimal): -212243 or 15581948. OLE color: 15581948.

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

Color convert

RGB252194237-
CMYK00.230.060.01
HSL315.52º90.62%87.45%-
HSV(B)315.52º23.02%98.82%-
XYZ74.7265.3988.8-
YUV216.24139.72153.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.90%
GREEN value IS 194 (76.17% from 255) = 28.40%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=36.90%
G=28.40%
B=34.70%

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
Decimal25219423700.230.060.01315.5290.6287.45
HexFCC2ED0176113c5b57
Octal37430235502761474133127
Binary111111001100001011101101010111110110011110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC2ED; }

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

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

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

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

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

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

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

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