#FCC1EA

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

Shades of Classic Rose #FCC1EA

Tints of Classic Rose #FCC1EA

Color information

#FCC1EA (or 0xFCC1EA) is unknown color: approx Classic Rose. HEX triplet: FC, C1 and EA. RGB value is (252,193,234). Sum of RGB (Red+Green+Blue) = 252+193+234=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 193 (75.78% from 255 or 28.42% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC1EA is #033E15. Grayscale: #D7D7D7. Windows color (decimal): -212502 or 15385084. OLE color: 15385084.

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

Color convert

RGB252193234-
CMYK00.230.070.01
HSL318.31º90.77%87.25%-
HSV(B)318.31º23.41%98.82%-
XYZ74.0764.7886.44-
YUV215.32138.55154.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.11%
GREEN value IS 193 (75.78% from 255) = 28.42%
BLUE value IS 234 (91.80% from 255) = 34.46%
R=37.11%
G=28.42%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219323400.230.070.01318.3190.7787.25
HexFCC1EA0177113e5b57
Octal37430135202771476133127
Binary111111001100000111101010010111111110011111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1EA; }

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

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

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

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

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

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

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

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