#FEBBCA

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

Shades of Pink #FEBBCA

Tints of Pink #FEBBCA

Color information

#FEBBCA (or 0xFEBBCA) is unknown color: approx Pink. HEX triplet: FE, BB and CA. RGB value is (254,187,202). Sum of RGB (Red+Green+Blue) = 254+187+202=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBCA is #014435. Grayscale: #D0D0D0. Windows color (decimal): -82998 or 13286398. OLE color: 13286398.

HSL color Cylindrical-coordinate representation of color #FEBBCA: hue angle of 346.57º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBBCA is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254187202-
CMYK00.260.200.00
HSL346.57º97.1%86.47%-
HSV(B)346.57º26.38%99.61%-
XYZ69.360.8863.97-
YUV208.74124.2160.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 187 (73.44% from 255) = 29.08%
BLUE value IS 202 (79.30% from 255) = 31.42%
R=39.50%
G=29.08%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418720200.260.200.00346.5797.186.47
HexFEBBCA01A14015b6156
Octal376273312032240533141126
Binary11111110101110111100101001101010100010101101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBCA; }

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

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

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

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

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

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

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

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