#FACABB

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

Shades of Your Pink #FACABB

Tints of Your Pink #FACABB

Color information

#FACABB (or 0xFACABB) is unknown color: approx Your Pink. HEX triplet: FA, CA and BB. RGB value is (250,202,187). Sum of RGB (Red+Green+Blue) = 250+202+187=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FACABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACABB is #053544. Grayscale: #D6D6D6. Windows color (decimal): -341317 or 12307194. OLE color: 12307194.

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

Color convert

RGB250202187-
CMYK00.190.250.02
HSL14.29º86.3%85.69%-
HSV(B)14.29º25.2%98.04%-
XYZ69.5166.1556.12-
YUV214.64112.4153.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 187 (73.44% from 255) = 29.26%
R=39.12%
G=31.61%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020218700.190.250.0214.2986.385.69
HexFACABB013192e5656
Octal37231227302331216126126
Binary1111101011001010101110110100111100110111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACABB; }

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

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

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

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

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

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

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

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