#FAC7DC

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

Shades of Classic Rose #FAC7DC

Tints of Classic Rose #FAC7DC

Color information

#FAC7DC (or 0xFAC7DC) is unknown color: approx Classic Rose. HEX triplet: FA, C7 and DC. RGB value is (250,199,220). Sum of RGB (Red+Green+Blue) = 250+199+220=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 199 (78.12% from 255 or 29.75% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7DC is #053823. Grayscale: #D8D8D8. Windows color (decimal): -342052 or 14469114. OLE color: 14469114.

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

Color convert

RGB250199220-
CMYK00.200.120.02
HSL335.29º83.61%88.04%-
HSV(B)335.29º20.4%98.04%-
XYZ72.7766.3476.68-
YUV216.64129.9151.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 199 (78.12% from 255) = 29.75%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=37.37%
G=29.75%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019922000.200.120.02335.2983.6188.04
HexFAC7DC014C214f5458
Octal372307334024142517124130
Binary11111010110001111101110001010011001010100111110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC7DC; }

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

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

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

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

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

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

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

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