#FABECA

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

Shades of Pink #FABECA

Tints of Pink #FABECA

Color information

#FABECA (or 0xFABECA) is unknown color: approx Pink. HEX triplet: FA, BE and CA. RGB value is (250,190,202). Sum of RGB (Red+Green+Blue) = 250+190+202=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FABECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABECA is #054135. Grayscale: #D1D1D1. Windows color (decimal): -344374 or 13287162. OLE color: 13287162.

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

Color convert

RGB250190202-
CMYK00.240.190.02
HSL348º85.71%86.27%-
HSV(B)348º24%98.04%-
XYZ68.561.4264.12-
YUV209.31123.88157.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.94%
GREEN value IS 190 (74.61% from 255) = 29.60%
BLUE value IS 202 (79.30% from 255) = 31.46%
R=38.94%
G=29.60%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019020200.240.190.0234885.7186.27
HexFABECA01813215c5656
Octal372276312030232534126126
Binary111110101011111011001010011000100111010101110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABECA; }

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

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

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

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

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

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

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

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