#FCC8EB

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

Shades of Classic Rose #FCC8EB

Tints of Classic Rose #FCC8EB

Color information

#FCC8EB (or 0xFCC8EB) is unknown color: approx Classic Rose. HEX triplet: FC, C8 and EB. RGB value is (252,200,235). Sum of RGB (Red+Green+Blue) = 252+200+235=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 200 (78.52% from 255 or 29.11% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8EB is #033714. Grayscale: #DBDBDB. Windows color (decimal): -210709 or 15452412. OLE color: 15452412.

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

Color convert

RGB252200235-
CMYK00.210.070.01
HSL319.62º89.66%88.63%-
HSV(B)319.62º20.63%98.82%-
XYZ75.796887.73-
YUV219.54136.73151.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.68%
GREEN value IS 200 (78.52% from 255) = 29.11%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=36.68%
G=29.11%
B=34.21%

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
Decimal25220023500.210.070.01319.6289.6688.63
HexFCC8EB015711405a59
Octal37431035302571500132131
Binary111111001100100011101011010101111110100000010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8EB; }

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

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

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

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

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

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

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

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