#FAC7D9

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

Shades of Classic Rose #FAC7D9

Tints of Classic Rose #FAC7D9

Color information

#FAC7D9 (or 0xFAC7D9) is unknown color: approx Classic Rose. HEX triplet: FA, C7 and D9. RGB value is (250,199,217). Sum of RGB (Red+Green+Blue) = 250+199+217=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 199 (78.12% from 255 or 29.88% from 666); Blue value is 217 (85.16% from 255 or 32.58% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7D9 is #053826. Grayscale: #D8D8D8. Windows color (decimal): -342055 or 14272506. OLE color: 14272506.

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

Color convert

RGB250199217-
CMYK00.200.130.02
HSL338.82º83.61%88.04%-
HSV(B)338.82º20.4%98.04%-
XYZ72.3766.1874.61-
YUV216.3128.4152.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 199 (78.12% from 255) = 29.88%
BLUE value IS 217 (85.16% from 255) = 32.58%
R=37.54%
G=29.88%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019921700.200.130.02338.8283.6188.04
HexFAC7D9014D21535458
Octal372307331024152523124130
Binary11111010110001111101100101010011011010101001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC7D9; }

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

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

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

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

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

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

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

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