#FAC7ED

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

Shades of Classic Rose #FAC7ED

Tints of Classic Rose #FAC7ED

Color information

#FAC7ED (or 0xFAC7ED) is unknown color: approx Classic Rose. HEX triplet: FA, C7 and ED. RGB value is (250,199,237). Sum of RGB (Red+Green+Blue) = 250+199+237=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 199 (78.12% from 255 or 29.01% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC7ED is #053812. Grayscale: #DADADA. Windows color (decimal): -342035 or 15583226. OLE color: 15583226.

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

Color convert

RGB250199237-
CMYK00.200.050.02
HSL315.29º83.61%88.04%-
HSV(B)315.29º20.4%98.04%-
XYZ75.1367.2989.15-
YUV218.58138.4150.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.44%
GREEN value IS 199 (78.12% from 255) = 29.01%
BLUE value IS 237 (92.97% from 255) = 34.55%
R=36.44%
G=29.01%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019923700.200.050.02315.2983.6188.04
HexFAC7ED0145213b5458
Octal37230735502452473124130
Binary1111101011000111111011010101001011010011101110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC7ED; }

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

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

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

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

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

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

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

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