#FCC3E7

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

Shades of Classic Rose #FCC3E7

Tints of Classic Rose #FCC3E7

Color information

#FCC3E7 (or 0xFCC3E7) is unknown color: approx Classic Rose. HEX triplet: FC, C3 and E7. RGB value is (252,195,231). Sum of RGB (Red+Green+Blue) = 252+195+231=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 195 (76.56% from 255 or 28.76% from 678); Blue value is 231 (90.62% from 255 or 34.07% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC3E7 is #033C18. Grayscale: #D8D8D8. Windows color (decimal): -211993 or 15188988. OLE color: 15188988.

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

Color convert

RGB252195231-
CMYK00.230.080.01
HSL322.11º90.48%87.65%-
HSV(B)322.11º22.62%98.82%-
XYZ74.0865.584.34-
YUV216.15136.38153.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 195 (76.56% from 255) = 28.76%
BLUE value IS 231 (90.62% from 255) = 34.07%
R=37.17%
G=28.76%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219523100.230.080.01322.1190.4887.65
HexFCC3E7017811425a58
Octal374303347027101502132130
Binary1111110011000011111001110101111000110100001010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC3E7; }

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

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

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

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

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

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

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

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