#FAC5D0

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

Shades of Pink #FAC5D0

Tints of Pink #FAC5D0

Color information

#FAC5D0 (or 0xFAC5D0) is unknown color: approx Pink. HEX triplet: FA, C5 and D0. RGB value is (250,197,208). Sum of RGB (Red+Green+Blue) = 250+197+208=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5D0 is #053A2F. Grayscale: #D6D6D6. Windows color (decimal): -342576 or 13682170. OLE color: 13682170.

HSL color Cylindrical-coordinate representation of color #FAC5D0: hue angle of 347.55º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC5D0 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB250197208-
CMYK00.210.170.02
HSL347.55º84.13%87.65%-
HSV(B)347.55º21.2%98.04%-
XYZ70.7864.8168.45-
YUV214.1124.56153.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 197 (77.34% from 255) = 30.08%
BLUE value IS 208 (81.64% from 255) = 31.76%
R=38.17%
G=30.08%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019720800.210.170.02347.5584.1387.65
HexFAC5D001511215c5458
Octal372305320025212534124130
Binary111110101100010111010000010101100011010101110010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC5D0; }

 p { color: rgb(250,197,208); }

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

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

 a { background-color: rgb(250,197,208); }

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

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

 span { border-color: rgb(250,197,208); }

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