#FCC3EE

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

Shades of Classic Rose #FCC3EE

Tints of Classic Rose #FCC3EE

Color information

#FCC3EE (or 0xFCC3EE) is unknown color: approx Classic Rose. HEX triplet: FC, C3 and EE. RGB value is (252,195,238). Sum of RGB (Red+Green+Blue) = 252+195+238=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 195 (76.56% from 255 or 28.47% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC3EE is #033C11. Grayscale: #D8D8D8. Windows color (decimal): -211986 or 15647740. OLE color: 15647740.

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

Color convert

RGB252195238-
CMYK00.230.060.01
HSL314.74º90.48%87.65%-
HSV(B)314.74º22.62%98.82%-
XYZ75.0965.989.65-
YUV216.94139.88153-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 195 (76.56% from 255) = 28.47%
BLUE value IS 238 (93.36% from 255) = 34.74%
R=36.79%
G=28.47%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219523800.230.060.01314.7490.4887.65
HexFCC3EE0176113b5a58
Octal37430335602761473132130
Binary111111001100001111101110010111110110011101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC3EE; }

 p { color: rgb(252,195,238); }

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

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

 a { background-color: rgb(252,195,238); }

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

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

 span { border-color: rgb(252,195,238); }

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