#FAC2DC

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

Shades of Classic Rose #FAC2DC

Tints of Classic Rose #FAC2DC

Color information

#FAC2DC (or 0xFAC2DC) is unknown color: approx Classic Rose. HEX triplet: FA, C2 and DC. RGB value is (250,194,220). Sum of RGB (Red+Green+Blue) = 250+194+220=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 194 (76.17% from 255 or 29.22% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2DC is #053D23. Grayscale: #D5D5D5. Windows color (decimal): -343332 or 14467834. OLE color: 14467834.

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

Color convert

RGB250194220-
CMYK00.220.120.02
HSL332.14º84.85%87.06%-
HSV(B)332.14º22.4%98.04%-
XYZ71.6364.0776.3-
YUV213.71131.55153.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 194 (76.17% from 255) = 29.22%
BLUE value IS 220 (86.33% from 255) = 33.13%
R=37.65%
G=29.22%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019422000.220.120.02332.1484.8587.06
HexFAC2DC016C214c5557
Octal372302334026142514125127
Binary11111010110000101101110001011011001010100110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC2DC; }

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

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

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

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

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

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

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

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