#FAC9DE

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

Shades of Classic Rose #FAC9DE

Tints of Classic Rose #FAC9DE

Color information

#FAC9DE (or 0xFAC9DE) is unknown color: approx Classic Rose. HEX triplet: FA, C9 and DE. RGB value is (250,201,222). Sum of RGB (Red+Green+Blue) = 250+201+222=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 201 (78.91% from 255 or 29.87% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9DE is #053621. Grayscale: #DADADA. Windows color (decimal): -341538 or 14600698. OLE color: 14600698.

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

Color convert

RGB250201222-
CMYK00.200.110.02
HSL334.29º83.05%88.43%-
HSV(B)334.29º19.6%98.04%-
XYZ73.567.3778.24-
YUV218.04130.23150.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.15%
GREEN value IS 201 (78.91% from 255) = 29.87%
BLUE value IS 222 (87.11% from 255) = 32.99%
R=37.15%
G=29.87%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020122200.200.110.02334.2983.0588.43
HexFAC9DE014B214e5358
Octal372311336024132516123130
Binary11111010110010011101111001010010111010100111010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC9DE; }

 p { color: rgb(250,201,222); }

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

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

 a { background-color: rgb(250,201,222); }

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

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

 span { border-color: rgb(250,201,222); }

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