#FACBD0

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

Shades of Pink #FACBD0

Tints of Pink #FACBD0

Color information

#FACBD0 (or 0xFACBD0) is unknown color: approx Pink. HEX triplet: FA, CB and D0. RGB value is (250,203,208). Sum of RGB (Red+Green+Blue) = 250+203+208=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBD0 is #05342F. Grayscale: #D9D9D9. Windows color (decimal): -341040 or 13683706. OLE color: 13683706.

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

Color convert

RGB250203208-
CMYK00.190.170.02
HSL353.62º82.46%88.82%-
HSV(B)353.62º18.8%98.04%-
XYZ72.1767.5968.92-
YUV217.62122.57151.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 203 (79.69% from 255) = 30.71%
BLUE value IS 208 (81.64% from 255) = 31.47%
R=37.82%
G=30.71%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020320800.190.170.02353.6282.4688.82
HexFACBD00131121625259
Octal372313320023212542122131
Binary111110101100101111010000010011100011010110001010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBD0; }

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

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

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

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

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

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

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

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