#FCC6EF

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

Shades of Classic Rose #FCC6EF

Tints of Classic Rose #FCC6EF

Color information

#FCC6EF (or 0xFCC6EF) is unknown color: approx Classic Rose. HEX triplet: FC, C6 and EF. RGB value is (252,198,239). Sum of RGB (Red+Green+Blue) = 252+198+239=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 198 (77.73% from 255 or 28.74% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC6EF is #033910. Grayscale: #DADADA. Windows color (decimal): -211217 or 15714044. OLE color: 15714044.

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

Color convert

RGB252198239-
CMYK00.210.050.01
HSL314.44º90%88.24%-
HSV(B)314.44º21.43%98.82%-
XYZ75.9267.3290.65-
YUV218.82139.39151.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.57%
GREEN value IS 198 (77.73% from 255) = 28.74%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=36.57%
G=28.74%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219823900.210.050.01314.449088.24
HexFCC6EF0155113a5a58
Octal37430635702551472132130
Binary111111001100011011101111010101101110011101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC6EF; }

 p { color: rgb(252,198,239); }

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

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

 a { background-color: rgb(252,198,239); }

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

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

 span { border-color: rgb(252,198,239); }

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