#FAC5EC

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

Shades of Classic Rose #FAC5EC

Tints of Classic Rose #FAC5EC

Color information

#FAC5EC (or 0xFAC5EC) is unknown color: approx Classic Rose. HEX triplet: FA, C5 and EC. RGB value is (250,197,236). Sum of RGB (Red+Green+Blue) = 250+197+236=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 197 (77.34% from 255 or 28.84% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5EC is #053A13. Grayscale: #D9D9D9. Windows color (decimal): -342548 or 15517178. OLE color: 15517178.

HSL color Cylindrical-coordinate representation of color #FAC5EC: hue angle of 315.85º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC5EC is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250197236-
CMYK00.210.060.02
HSL315.85º84.13%87.65%-
HSV(B)315.85º21.2%98.04%-
XYZ74.5366.3188.23-
YUV217.29138.56151.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.60%
GREEN value IS 197 (77.34% from 255) = 28.84%
BLUE value IS 236 (92.58% from 255) = 34.55%
R=36.60%
G=28.84%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019723600.210.060.02315.8584.1387.65
HexFAC5EC0156213c5458
Octal37230535402562474124130
Binary1111101011000101111011000101011101010011110010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC5EC; }

 p { color: rgb(250,197,236); }

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

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

 a { background-color: rgb(250,197,236); }

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

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

 span { border-color: rgb(250,197,236); }

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