#FAC1CD

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

Shades of Pink #FAC1CD

Tints of Pink #FAC1CD

Color information

#FAC1CD (or 0xFAC1CD) is unknown color: approx Pink. HEX triplet: FA, C1 and CD. RGB value is (250,193,205). Sum of RGB (Red+Green+Blue) = 250+193+205=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1CD is #053E32. Grayscale: #D3D3D3. Windows color (decimal): -343603 or 13484538. OLE color: 13484538.

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

Color convert

RGB250193205-
CMYK00.230.180.02
HSL347.37º85.07%86.86%-
HSV(B)347.37º22.8%98.04%-
XYZ69.5162.8766.23-
YUV211.41124.38155.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.58%
GREEN value IS 193 (75.78% from 255) = 29.78%
BLUE value IS 205 (80.47% from 255) = 31.64%
R=38.58%
G=29.78%
B=31.64%

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
Decimal25019320500.230.180.02347.3785.0786.86
HexFAC1CD01712215b5557
Octal372301315027222533125127
Binary111110101100000111001101010111100101010101101110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC1CD; }

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

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

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

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

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

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

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

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