#FAC7DE

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

Shades of Classic Rose #FAC7DE

Tints of Classic Rose #FAC7DE

Color information

#FAC7DE (or 0xFAC7DE) is unknown color: approx Classic Rose. HEX triplet: FA, C7 and DE. RGB value is (250,199,222). Sum of RGB (Red+Green+Blue) = 250+199+222=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 199 (78.12% from 255 or 29.66% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7DE is #053821. Grayscale: #D8D8D8. Windows color (decimal): -342050 or 14600186. OLE color: 14600186.

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

Color convert

RGB250199222-
CMYK00.200.110.02
HSL332.94º83.61%88.04%-
HSV(B)332.94º20.4%98.04%-
XYZ73.0366.4478.08-
YUV216.87130.9151.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 199 (78.12% from 255) = 29.66%
BLUE value IS 222 (87.11% from 255) = 33.08%
R=37.26%
G=29.66%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019922200.200.110.02332.9483.6188.04
HexFAC7DE014B214d5458
Octal372307336024132515124130
Binary11111010110001111101111001010010111010100110110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC7DE; }

 p { color: rgb(250,199,222); }

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

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

 a { background-color: rgb(250,199,222); }

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

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

 span { border-color: rgb(250,199,222); }

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