#FAC5ED

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

Shades of Classic Rose #FAC5ED

Tints of Classic Rose #FAC5ED

Color information

#FAC5ED (or 0xFAC5ED) is unknown color: approx Classic Rose. HEX triplet: FA, C5 and ED. RGB value is (250,197,237). Sum of RGB (Red+Green+Blue) = 250+197+237=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 197 (77.34% from 255 or 28.80% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5ED is #053A12. Grayscale: #D9D9D9. Windows color (decimal): -342547 or 15582714. OLE color: 15582714.

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

Color convert

RGB250197237-
CMYK00.210.050.02
HSL314.72º84.13%87.65%-
HSV(B)314.72º21.2%98.04%-
XYZ74.6866.3789-
YUV217.41139.06151.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 197 (77.34% from 255) = 28.80%
BLUE value IS 237 (92.97% from 255) = 34.65%
R=36.55%
G=28.80%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019723700.210.050.02314.7284.1387.65
HexFAC5ED0155213b5458
Octal37230535502552473124130
Binary1111101011000101111011010101011011010011101110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC5ED; }

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

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

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

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

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

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

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

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