Html Css Color HEX #FEB1D3 Lavender Pink

📋 copy color: '#FEB1D3'

red 254 ◦ green 177 ◦ blue 211

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

Shades of Lavender Pink #FEB1D3

Tints of Lavender Pink #FEB1D3

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.57%

 BLUE value IS 211 (82.81% from 255) = 32.87%

R = 39.56%
G = 27.57%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEB1D3 (or 0xFEB1D3) is known color: Lavender Pink. HEX triplet: FE, B1 and D3. RGB value is (254,177,211). Sum of RGB (Red+Green+Blue) = 254+177+211=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 177 (69.53% from 255 or 27.57% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1D3 is #014E2C. Grayscale: #CBCBCB. Windows color (decimal): -85549 or 13873662. OLE color: 13873662.

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

Color convert

RGB 254 177 211 -
CMYK 0 0.30 0.17 0.00
HSL 333.51º 0.97% 0.85% -
HSV(B) 333.51º 0.3% 1% -
XYZ 68.35 57.22 69.07 -
YUV 203.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 254 177 211 0 0.30 0.17 0.00 333.51 0.97 0.85
Hex FE B1 D3 0 1E 11 0 14E 61 55
Octal 376 261 323 0 36 21 0 516 141 125
Binary 11111110 10110001 11010011 0 11110 10001 0 101001110 1100001 1010101

Color Harmonies of #FEB1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB1D3

Black with #FEB1D3

Text Example


Text Example

White with #FEB1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB1D3; }

 p { color: rgb(254,177,211); }

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

background-color css

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

 a { background-color: rgb(254,177,211); }

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

border-color css

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

 span { border-color: rgb(254,177,211); }

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