#FAC0DF

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

Shades of Classic Rose #FAC0DF

Tints of Classic Rose #FAC0DF

Color information

#FAC0DF (or 0xFAC0DF) is unknown color: approx Classic Rose. HEX triplet: FA, C0 and DF. RGB value is (250,192,223). Sum of RGB (Red+Green+Blue) = 250+192+223=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0DF is #053F20. Grayscale: #D4D4D4. Windows color (decimal): -343841 or 14663930. OLE color: 14663930.

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

Color convert

RGB250192223-
CMYK00.230.110.02
HSL327.93º85.29%86.67%-
HSV(B)327.93º23.2%98.04%-
XYZ71.5963.3578.27-
YUV212.88133.72154.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.59%
GREEN value IS 192 (75.39% from 255) = 28.87%
BLUE value IS 223 (87.5% from 255) = 33.53%
R=37.59%
G=28.87%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019222300.230.110.02327.9385.2986.67
HexFAC0DF017B21485557
Octal372300337027132510125127
Binary11111010110000001101111101011110111010100100010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0DF; }

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

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

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

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

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

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

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

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