#FAC0DA

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

Shades of Classic Rose #FAC0DA

Tints of Classic Rose #FAC0DA

Color information

#FAC0DA (or 0xFAC0DA) is unknown color: approx Classic Rose. HEX triplet: FA, C0 and DA. RGB value is (250,192,218). Sum of RGB (Red+Green+Blue) = 250+192+218=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 192 (75.39% from 255 or 29.09% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0DA is #053F25. Grayscale: #D4D4D4. Windows color (decimal): -343846 or 14336250. OLE color: 14336250.

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

Color convert

RGB250192218-
CMYK00.230.130.02
HSL333.1º85.29%86.67%-
HSV(B)333.1º23.2%98.04%-
XYZ70.9363.0974.77-
YUV212.31131.22154.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 192 (75.39% from 255) = 29.09%
BLUE value IS 218 (85.55% from 255) = 33.03%
R=37.88%
G=29.09%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019221800.230.130.02333.185.2986.67
HexFAC0DA017D214d5557
Octal372300332027152515125127
Binary11111010110000001101101001011111011010100110110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0DA; }

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

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

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

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

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

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

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

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