#FABEBB

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

Shades of Your Pink #FABEBB

Tints of Your Pink #FABEBB

Color information

#FABEBB (or 0xFABEBB) is unknown color: approx Your Pink. HEX triplet: FA, BE and BB. RGB value is (250,190,187). Sum of RGB (Red+Green+Blue) = 250+190+187=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEBB is #054144. Grayscale: #CFCFCF. Windows color (decimal): -344389 or 12304122. OLE color: 12304122.

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

Color convert

RGB250190187-
CMYK00.240.250.02
HSL2.86º86.3%85.69%-
HSV(B)2.86º25.2%98.04%-
XYZ66.8160.7455.22-
YUV207.6116.38158.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 190 (74.61% from 255) = 30.30%
BLUE value IS 187 (73.44% from 255) = 29.82%
R=39.87%
G=30.30%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019018700.240.250.022.8686.385.69
HexFABEBB01819235656
Octal3722762730303123126126
Binary11111010101111101011101101100011001101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEBB; }

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

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

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

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

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

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

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

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