#FAC8DC

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

Shades of Classic Rose #FAC8DC

Tints of Classic Rose #FAC8DC

Color information

#FAC8DC (or 0xFAC8DC) is unknown color: approx Classic Rose. HEX triplet: FA, C8 and DC. RGB value is (250,200,220). Sum of RGB (Red+Green+Blue) = 250+200+220=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 200 (78.52% from 255 or 29.85% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8DC is #053723. Grayscale: #D9D9D9. Windows color (decimal): -341796 or 14469370. OLE color: 14469370.

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

Color convert

RGB250200220-
CMYK00.20.120.02
HSL336º83.33%88.24%-
HSV(B)336º20%98.04%-
XYZ7366.876.76-
YUV217.23129.56151.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 200 (78.52% from 255) = 29.85%
BLUE value IS 220 (86.33% from 255) = 32.84%
R=37.31%
G=29.85%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020022000.20.120.0233683.3388.24
HexFAC8DC014C21505358
Octal372310334024142520123130
Binary11111010110010001101110001010011001010101000010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC8DC; }

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

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

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

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

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

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

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

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