#FACABD

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

Shades of Your Pink #FACABD

Tints of Your Pink #FACABD

Color information

#FACABD (or 0xFACABD) is unknown color: approx Your Pink. HEX triplet: FA, CA and BD. RGB value is (250,202,189). Sum of RGB (Red+Green+Blue) = 250+202+189=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FACABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACABD is #053542. Grayscale: #D6D6D6. Windows color (decimal): -341315 or 12438266. OLE color: 12438266.

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

Color convert

RGB250202189-
CMYK00.190.240.02
HSL12.79º85.92%86.08%-
HSV(B)12.79º24.4%98.04%-
XYZ69.7366.2457.25-
YUV214.87113.4153.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.00%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 189 (74.22% from 255) = 29.49%
R=39.00%
G=31.51%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020218900.190.240.0212.7985.9286.08
HexFACABD013182d5656
Octal37231227502330215126126
Binary1111101011001010101111010100111100010110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACABD; }

 p { color: rgb(250,202,189); }

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

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

 a { background-color: rgb(250,202,189); }

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

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

 span { border-color: rgb(250,202,189); }

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