Html Css Color HEX #FEB0B5 Light Pink

📋 copy color: '#FEB0B5'

red 254 ◦ green 176 ◦ blue 181

#FEB0B5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Pink #FEB0B5

Tints of Light Pink #FEB0B5

RGB

 RED value IS 254 (99.61% from 255) = 41.57%

 GREEN value IS 176 (69.14% from 255) = 28.81%

 BLUE value IS 181 (71.09% from 255) = 29.62%

R = 41.57%
G = 28.81%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEB0B5 (or 0xFEB0B5) is known color: Light Pink. HEX triplet: FE, B0 and B5. RGB value is (254,176,181). Sum of RGB (Red+Green+Blue) = 254+176+181=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 181 (71.09% from 255 or 29.62% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0B5 is #014F4A. Grayscale: #C7C7C7. Windows color (decimal): -85835 or 11907326. OLE color: 11907326.

HSL color Cylindrical-coordinate representation of color #FEB0B5: hue angle of 356.15º 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 #FEB0B5 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 176 181 -
CMYK 0 0.31 0.29 0.00
HSL 356.15º 0.98% 0.84% -
HSV(B) 356.15º 0.31% 1% -
XYZ 64.74 55.46 51.01 -
YUV 199.89 117.34 166.59 -
System Red Green Blue C M Y K H S L
Decimal 254 176 181 0 0.31 0.29 0.00 356.15 0.98 0.84
Hex FE B0 B5 0 1F 1D 0 164 62 54
Octal 376 260 265 0 37 35 0 544 142 124
Binary 11111110 10110000 10110101 0 11111 11101 0 101100100 1100010 1010100

Color Harmonies of #FEB0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB0B5

Black with #FEB0B5

Text Example


Text Example

White with #FEB0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB0B5; }

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

 H1.HeaderClassName
 {
   color: #FEB0B5;
 }
 .AnyTagClassName
 {
   color: #FEB0B5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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