Html Css Color HEX #FEB0D2 Lavender Pink

📋 copy color: '#FEB0D2'

red 254 ◦ green 176 ◦ blue 210

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

Shades of Lavender Pink #FEB0D2

Tints of Lavender Pink #FEB0D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.81%

R = 39.69%
G = 27.5%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEB0D2 (or 0xFEB0D2) is known color: Lavender Pink. HEX triplet: FE, B0 and D2. RGB value is (254,176,210). Sum of RGB (Red+Green+Blue) = 254+176+210=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 176 (69.14% from 255 or 27.5% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0D2 is #014F2D. Grayscale: #CBCBCB. Windows color (decimal): -85806 or 13807870. OLE color: 13807870.

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

Color convert

RGB 254 176 210 -
CMYK 0 0.31 0.17 0.00
HSL 333.85º 0.98% 0.84% -
HSV(B) 333.85º 0.31% 1% -
XYZ 68.03 56.77 68.35 -
YUV 203.2 131.84 164.24 -
System Red Green Blue C M Y K H S L
Decimal 254 176 210 0 0.31 0.17 0.00 333.85 0.98 0.84
Hex FE B0 D2 0 1F 11 0 14E 62 54
Octal 376 260 322 0 37 21 0 516 142 124
Binary 11111110 10110000 11010010 0 11111 10001 0 101001110 1100010 1010100

Color Harmonies of #FEB0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB0D2

Black with #FEB0D2

Text Example


Text Example

White with #FEB0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB0D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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