#FCC8EA

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

Shades of Classic Rose #FCC8EA

Tints of Classic Rose #FCC8EA

Color information

#FCC8EA (or 0xFCC8EA) is unknown color: approx Classic Rose. HEX triplet: FC, C8 and EA. RGB value is (252,200,234). Sum of RGB (Red+Green+Blue) = 252+200+234=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 200 (78.52% from 255 or 29.15% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8EA is #033715. Grayscale: #DBDBDB. Windows color (decimal): -210710 or 15386876. OLE color: 15386876.

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

Color convert

RGB252200234-
CMYK00.210.070.01
HSL320.77º89.66%88.63%-
HSV(B)320.77º20.63%98.82%-
XYZ75.6567.9486.97-
YUV219.42136.23151.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 200 (78.52% from 255) = 29.15%
BLUE value IS 234 (91.80% from 255) = 34.11%
R=36.73%
G=29.15%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220023400.210.070.01320.7789.6688.63
HexFCC8EA015711415a59
Octal37431035202571501132131
Binary111111001100100011101010010101111110100000110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8EA; }

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

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

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

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

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

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

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

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