#FAC6D9

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

Shades of Classic Rose #FAC6D9

Tints of Classic Rose #FAC6D9

Color information

#FAC6D9 (or 0xFAC6D9) is unknown color: approx Classic Rose. HEX triplet: FA, C6 and D9. RGB value is (250,198,217). Sum of RGB (Red+Green+Blue) = 250+198+217=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 198 (77.73% from 255 or 29.77% from 665); Blue value is 217 (85.16% from 255 or 32.63% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6D9 is #053926. Grayscale: #D7D7D7. Windows color (decimal): -342311 or 14272250. OLE color: 14272250.

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

Color convert

RGB250198217-
CMYK00.210.130.02
HSL338.08º83.87%87.84%-
HSV(B)338.08º20.8%98.04%-
XYZ72.1465.7274.53-
YUV215.71128.73152.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.59%
GREEN value IS 198 (77.73% from 255) = 29.77%
BLUE value IS 217 (85.16% from 255) = 32.63%
R=37.59%
G=29.77%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019821700.210.130.02338.0883.8787.84
HexFAC6D9015D21525458
Octal372306331025152522124130
Binary11111010110001101101100101010111011010101001010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC6D9; }

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

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

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

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

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

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

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

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