Html Css Color HEX #FEB0DE Lavender Pink

📋 copy color: '#FEB0DE'

red 254 ◦ green 176 ◦ blue 222

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

Shades of Lavender Pink #FEB0DE

Tints of Lavender Pink #FEB0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.05%

R = 38.96%
G = 26.99%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEB0DE (or 0xFEB0DE) is known color: Lavender Pink. HEX triplet: FE, B0 and DE. RGB value is (254,176,222). Sum of RGB (Red+Green+Blue) = 254+176+222=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 176 (69.14% from 255 or 26.99% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0DE is #014F21. Grayscale: #CCCCCC. Windows color (decimal): -85794 or 14594302. OLE color: 14594302.

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

Color convert

RGB 254 176 222 -
CMYK 0 0.31 0.13 0.00
HSL 324.62º 0.98% 0.84% -
HSV(B) 324.62º 0.31% 1% -
XYZ 69.58 57.4 76.52 -
YUV 204.57 137.84 163.26 -
System Red Green Blue C M Y K H S L
Decimal 254 176 222 0 0.31 0.13 0.00 324.62 0.98 0.84
Hex FE B0 DE 0 1F D 0 145 62 54
Octal 376 260 336 0 37 15 0 505 142 124
Binary 11111110 10110000 11011110 0 11111 1101 0 101000101 1100010 1010100

Color Harmonies of #FEB0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB0DE

Black with #FEB0DE

Text Example


Text Example

White with #FEB0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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