Html Css Color HEX #FEB0E0 Lavender Pink

📋 copy color: '#FEB0E0'

red 254 ◦ green 176 ◦ blue 224

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

Shades of Lavender Pink #FEB0E0

Tints of Lavender Pink #FEB0E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.25%

R = 38.84%
G = 26.91%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FEB0E0 (or 0xFEB0E0) is known color: Lavender Pink. HEX triplet: FE, B0 and E0. RGB value is (254,176,224). Sum of RGB (Red+Green+Blue) = 254+176+224=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 176 (69.14% from 255 or 26.91% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0E0 is #014F1F. Grayscale: #CCCCCC. Windows color (decimal): -85792 or 14725374. OLE color: 14725374.

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

Color convert

RGB 254 176 224 -
CMYK 0 0.31 0.12 0.00
HSL 323.08º 0.98% 0.84% -
HSV(B) 323.08º 0.31% 1% -
XYZ 69.85 57.5 77.94 -
YUV 204.79 138.84 163.1 -
System Red Green Blue C M Y K H S L
Decimal 254 176 224 0 0.31 0.12 0.00 323.08 0.98 0.84
Hex FE B0 E0 0 1F C 0 143 62 54
Octal 376 260 340 0 37 14 0 503 142 124
Binary 11111110 10110000 11100000 0 11111 1100 0 101000011 1100010 1010100

Color Harmonies of #FEB0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB0E0

Black with #FEB0E0

Text Example


Text Example

White with #FEB0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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