Html Css Color HEX #FEB2D6 Lavender Pink

📋 copy color: '#FEB2D6'

red 254 ◦ green 178 ◦ blue 214

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

Shades of Lavender Pink #FEB2D6

Tints of Lavender Pink #FEB2D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.13%

R = 39.32%
G = 27.55%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEB2D6 (or 0xFEB2D6) is known color: Lavender Pink. HEX triplet: FE, B2 and D6. RGB value is (254,178,214). Sum of RGB (Red+Green+Blue) = 254+178+214=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 178 (69.92% from 255 or 27.55% from 646); Blue value is 214 (83.98% from 255 or 33.13% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2D6 is #014D29. Grayscale: #CCCCCC. Windows color (decimal): -85290 or 14070526. OLE color: 14070526.

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

Color convert

RGB 254 178 214 -
CMYK 0 0.30 0.16 0.00
HSL 331.58º 0.97% 0.85% -
HSV(B) 331.58º 0.3% 1% -
XYZ 68.93 57.77 71.14 -
YUV 204.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 254 178 214 0 0.30 0.16 0.00 331.58 0.97 0.85
Hex FE B2 D6 0 1E 10 0 14C 61 55
Octal 376 262 326 0 36 20 0 514 141 125
Binary 11111110 10110010 11010110 0 11110 10000 0 101001100 1100001 1010101

Color Harmonies of #FEB2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2D6

Black with #FEB2D6

Text Example


Text Example

White with #FEB2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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