#FAC7DD

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

Shades of Classic Rose #FAC7DD

Tints of Classic Rose #FAC7DD

Color information

#FAC7DD (or 0xFAC7DD) is unknown color: approx Classic Rose. HEX triplet: FA, C7 and DD. RGB value is (250,199,221). Sum of RGB (Red+Green+Blue) = 250+199+221=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 199 (78.12% from 255 or 29.70% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7DD is #053822. Grayscale: #D8D8D8. Windows color (decimal): -342051 or 14534650. OLE color: 14534650.

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

Color convert

RGB250199221-
CMYK00.200.120.02
HSL334.12º83.61%88.04%-
HSV(B)334.12º20.4%98.04%-
XYZ72.966.3977.38-
YUV216.76130.4151.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 199 (78.12% from 255) = 29.70%
BLUE value IS 221 (86.72% from 255) = 32.99%
R=37.31%
G=29.70%
B=32.99%

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
Decimal25019922100.200.120.02334.1283.6188.04
HexFAC7DD014C214e5458
Octal372307335024142516124130
Binary11111010110001111101110101010011001010100111010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC7DD; }

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

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

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

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

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

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

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

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