#FEB0B2

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

Shades of Light Pink #FEB0B2

Tints of Light Pink #FEB0B2

Color information

#FEB0B2 (or 0xFEB0B2) is unknown color: approx Light Pink. HEX triplet: FE, B0 and B2. RGB value is (254,176,178). Sum of RGB (Red+Green+Blue) = 254+176+178=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 178 (69.92% from 255 or 29.28% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB0B2 is #014F4D. Grayscale: #C7C7C7. Windows color (decimal): -85838 or 11710718. OLE color: 11710718.

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

Color convert

RGB254176178-
CMYK00.310.300.00
HSL358.46º97.5%84.31%-
HSV(B)358.46º30.71%99.61%-
XYZ64.4355.3449.4-
YUV199.55115.84166.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 176 (69.14% from 255) = 28.95%
BLUE value IS 178 (69.92% from 255) = 29.28%
R=41.78%
G=28.95%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417617800.310.300.00358.4697.584.31
HexFEB0B201F1E01666254
Octal376260262037360546142124
Binary11111110101100001011001001111111110010110011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0B2; }

 p { color: rgb(254,176,178); }

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

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

 a { background-color: rgb(254,176,178); }

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

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

 span { border-color: rgb(254,176,178); }

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