#FAC8D0

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

Shades of Pink #FAC8D0

Tints of Pink #FAC8D0

Color information

#FAC8D0 (or 0xFAC8D0) is unknown color: approx Pink. HEX triplet: FA, C8 and D0. RGB value is (250,200,208). Sum of RGB (Red+Green+Blue) = 250+200+208=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8D0 is #05372F. Grayscale: #D7D7D7. Windows color (decimal): -341808 or 13682938. OLE color: 13682938.

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

Color convert

RGB250200208-
CMYK00.20.170.02
HSL350.4º83.33%88.24%-
HSV(B)350.4º20%98.04%-
XYZ71.4666.1968.68-
YUV215.86123.57152.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 200 (78.52% from 255) = 30.40%
BLUE value IS 208 (81.64% from 255) = 31.61%
R=37.99%
G=30.40%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020020800.20.170.02350.483.3388.24
HexFAC8D001411215e5358
Octal372310320024212536123130
Binary111110101100100011010000010100100011010101111010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC8D0; }

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

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

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

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

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

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

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

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