Html Css Color HEX #FEB0D9 Lavender Pink

📋 copy color: '#FEB0D9'

red 254 ◦ green 176 ◦ blue 217

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

Shades of Lavender Pink #FEB0D9

Tints of Lavender Pink #FEB0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.54%

R = 39.26%
G = 27.2%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FEB0D9 (or 0xFEB0D9) is known color: Lavender Pink. HEX triplet: FE, B0 and D9. RGB value is (254,176,217). Sum of RGB (Red+Green+Blue) = 254+176+217=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 176 (69.14% from 255 or 27.20% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0D9 is #014F26. Grayscale: #CBCBCB. Windows color (decimal): -85799 or 14266622. OLE color: 14266622.

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

Color convert

RGB 254 176 217 -
CMYK 0 0.31 0.15 0.00
HSL 328.46º 0.98% 0.84% -
HSV(B) 328.46º 0.31% 1% -
XYZ 68.92 57.13 73.04 -
YUV 204 135.34 163.67 -
System Red Green Blue C M Y K H S L
Decimal 254 176 217 0 0.31 0.15 0.00 328.46 0.98 0.84
Hex FE B0 D9 0 1F F 0 148 62 54
Octal 376 260 331 0 37 17 0 510 142 124
Binary 11111110 10110000 11011001 0 11111 1111 0 101001000 1100010 1010100

Color Harmonies of #FEB0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB0D9

Black with #FEB0D9

Text Example


Text Example

White with #FEB0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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