#FAC8CD

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

Shades of Pink #FAC8CD

Tints of Pink #FAC8CD

Color information

#FAC8CD (or 0xFAC8CD) is unknown color: approx Pink. HEX triplet: FA, C8 and CD. RGB value is (250,200,205). Sum of RGB (Red+Green+Blue) = 250+200+205=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8CD is #053732. Grayscale: #D7D7D7. Windows color (decimal): -341811 or 13486330. OLE color: 13486330.

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

Color convert

RGB250200205-
CMYK00.20.180.02
HSL354º83.33%88.24%-
HSV(B)354º20%98.04%-
XYZ71.166.0466.76-
YUV215.52122.07152.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 200 (78.52% from 255) = 30.53%
BLUE value IS 205 (80.47% from 255) = 31.30%
R=38.17%
G=30.53%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020020500.20.180.0235483.3388.24
HexFAC8CD0141221625358
Octal372310315024222542123130
Binary111110101100100011001101010100100101010110001010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC8CD; }

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

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

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

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

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

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

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

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