#FAC3DC

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

Shades of Classic Rose #FAC3DC

Tints of Classic Rose #FAC3DC

Color information

#FAC3DC (or 0xFAC3DC) is unknown color: approx Classic Rose. HEX triplet: FA, C3 and DC. RGB value is (250,195,220). Sum of RGB (Red+Green+Blue) = 250+195+220=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 195 (76.56% from 255 or 29.32% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3DC is #053C23. Grayscale: #D6D6D6. Windows color (decimal): -343076 or 14468090. OLE color: 14468090.

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

Color convert

RGB250195220-
CMYK00.220.120.02
HSL332.73º84.62%87.25%-
HSV(B)332.73º22%98.04%-
XYZ71.8664.5276.38-
YUV214.3131.22153.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.59%
GREEN value IS 195 (76.56% from 255) = 29.32%
BLUE value IS 220 (86.33% from 255) = 33.08%
R=37.59%
G=29.32%
B=33.08%

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
Decimal25019522000.220.120.02332.7384.6287.25
HexFAC3DC016C214d5557
Octal372303334026142515125127
Binary11111010110000111101110001011011001010100110110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC3DC; }

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

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

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

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

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

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

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

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