#FEA7BB

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

Shades of Light Pink #FEA7BB

Tints of Light Pink #FEA7BB

Color information

#FEA7BB (or 0xFEA7BB) is unknown color: approx Light Pink. HEX triplet: FE, A7 and BB. RGB value is (254,167,187). Sum of RGB (Red+Green+Blue) = 254+167+187=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7BB is #015844. Grayscale: #C3C3C3. Windows color (decimal): -88133 or 12298238. OLE color: 12298238.

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

Color convert

RGB254167187-
CMYK00.340.260.00
HSL346.21º97.75%82.55%-
HSV(B)346.21º34.25%99.61%-
XYZ63.6652.353.75-
YUV195.29123.32169.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 167 (65.62% from 255) = 27.47%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=41.78%
G=27.47%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416718700.340.260.00346.2197.7582.55
HexFEA7BB0221A015a6253
Octal376247273042320532142123
Binary111111101010011110111011010001011010010101101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA7BB; }

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

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

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

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

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

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

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

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