#FAC0CD

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

Shades of Pink #FAC0CD

Tints of Pink #FAC0CD

Color information

#FAC0CD (or 0xFAC0CD) is unknown color: approx Pink. HEX triplet: FA, C0 and CD. RGB value is (250,192,205). Sum of RGB (Red+Green+Blue) = 250+192+205=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0CD is #053F32. Grayscale: #D2D2D2. Windows color (decimal): -343859 or 13484282. OLE color: 13484282.

HSL color Cylindrical-coordinate representation of color #FAC0CD: hue angle of 346.55º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC0CD is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB250192205-
CMYK00.230.180.02
HSL346.55º85.29%86.67%-
HSV(B)346.55º23.2%98.04%-
XYZ69.2962.4366.16-
YUV210.82124.72155.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.64%
GREEN value IS 192 (75.39% from 255) = 29.68%
BLUE value IS 205 (80.47% from 255) = 31.68%
R=38.64%
G=29.68%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019220500.230.180.02346.5585.2986.67
HexFAC0CD01712215b5557
Octal372300315027222533125127
Binary111110101100000011001101010111100101010101101110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0CD; }

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

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

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

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

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

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

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

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