#FAC4D0

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

Shades of Pink #FAC4D0

Tints of Pink #FAC4D0

Color information

#FAC4D0 (or 0xFAC4D0) is unknown color: approx Pink. HEX triplet: FA, C4 and D0. RGB value is (250,196,208). Sum of RGB (Red+Green+Blue) = 250+196+208=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4D0 is #053B2F. Grayscale: #D5D5D5. Windows color (decimal): -342832 or 13681914. OLE color: 13681914.

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

Color convert

RGB250196208-
CMYK00.220.170.02
HSL346.67º84.38%87.45%-
HSV(B)346.67º21.6%98.04%-
XYZ70.5564.3668.38-
YUV213.51124.89154.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 196 (76.95% from 255) = 29.97%
BLUE value IS 208 (81.64% from 255) = 31.80%
R=38.23%
G=29.97%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019620800.220.170.02346.6784.3887.45
HexFAC4D001611215b5457
Octal372304320026212533124127
Binary111110101100010011010000010110100011010101101110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC4D0; }

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

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

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

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

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

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

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

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