#FCC4ED

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

Shades of Classic Rose #FCC4ED

Tints of Classic Rose #FCC4ED

Color information

#FCC4ED (or 0xFCC4ED) is unknown color: approx Classic Rose. HEX triplet: FC, C4 and ED. RGB value is (252,196,237). Sum of RGB (Red+Green+Blue) = 252+196+237=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 196 (76.95% from 255 or 28.61% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC4ED is #033B12. Grayscale: #D9D9D9. Windows color (decimal): -211731 or 15582460. OLE color: 15582460.

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

Color convert

RGB252196237-
CMYK00.220.060.01
HSL316.07º90.32%87.84%-
HSV(B)316.07º22.22%98.82%-
XYZ75.1766.2988.95-
YUV217.42139.05152.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 196 (76.95% from 255) = 28.61%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=36.79%
G=28.61%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219623700.220.060.01316.0790.3287.84
HexFCC4ED0166113c5a58
Octal37430435502661474132130
Binary111111001100010011101101010110110110011110010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4ED; }

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

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

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

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

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

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

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

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