#FAC0D8

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

Shades of Classic Rose #FAC0D8

Tints of Classic Rose #FAC0D8

Color information

#FAC0D8 (or 0xFAC0D8) is unknown color: approx Classic Rose. HEX triplet: FA, C0 and D8. RGB value is (250,192,216). Sum of RGB (Red+Green+Blue) = 250+192+216=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 192 (75.39% from 255 or 29.18% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0D8 is #053F27. Grayscale: #D4D4D4. Windows color (decimal): -343848 or 14205178. OLE color: 14205178.

HSL color Cylindrical-coordinate representation of color #FAC0D8: hue angle of 335.17º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC0D8 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB250192216-
CMYK00.230.140.02
HSL335.17º85.29%86.67%-
HSV(B)335.17º23.2%98.04%-
XYZ70.6762.9873.4-
YUV212.08130.22155.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 192 (75.39% from 255) = 29.18%
BLUE value IS 216 (84.77% from 255) = 32.83%
R=37.99%
G=29.18%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019221600.230.140.02335.1785.2986.67
HexFAC0D8017E214f5557
Octal372300330027162517125127
Binary11111010110000001101100001011111101010100111110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0D8; }

 p { color: rgb(250,192,216); }

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

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

 a { background-color: rgb(250,192,216); }

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

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

 span { border-color: rgb(250,192,216); }

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