Html Css Color HEX #FEB2D8 Lavender Pink

📋 copy color: '#FEB2D8'

red 254 ◦ green 178 ◦ blue 216

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

Shades of Lavender Pink #FEB2D8

Tints of Lavender Pink #FEB2D8

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.47%

 BLUE value IS 216 (84.77% from 255) = 33.33%

R = 39.2%
G = 27.47%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FEB2D8 (or 0xFEB2D8) is known color: Lavender Pink. HEX triplet: FE, B2 and D8. RGB value is (254,178,216). Sum of RGB (Red+Green+Blue) = 254+178+216=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 178 (69.92% from 255 or 27.47% from 648); Blue value is 216 (84.77% from 255 or 33.33% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2D8 is #014D27. Grayscale: #CCCCCC. Windows color (decimal): -85288 or 14201598. OLE color: 14201598.

HSL color Cylindrical-coordinate representation of color #FEB2D8: hue angle of 330º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB2D8 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 178 216 -
CMYK 0 0.30 0.15 0.00
HSL 330º 0.97% 0.85% -
HSV(B) 330º 0.3% 1% -
XYZ 69.19 57.87 72.49 -
YUV 205.06 134.18 162.91 -
System Red Green Blue C M Y K H S L
Decimal 254 178 216 0 0.30 0.15 0.00 330 0.97 0.85
Hex FE B2 D8 0 1E F 0 14A 61 55
Octal 376 262 330 0 36 17 0 512 141 125
Binary 11111110 10110010 11011000 0 11110 1111 0 101001010 1100001 1010101

Color Harmonies of #FEB2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2D8

Black with #FEB2D8

Text Example


Text Example

White with #FEB2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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