Html Css Color HEX #FEB1E2 Lavender Rose

📋 copy color: '#FEB1E2'

red 254 ◦ green 177 ◦ blue 226

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

Shades of Lavender Rose #FEB1E2

Tints of Lavender Rose #FEB1E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.4%

R = 38.66%
G = 26.94%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEB1E2 (or 0xFEB1E2) is known color: Lavender Rose. HEX triplet: FE, B1 and E2. RGB value is (254,177,226). Sum of RGB (Red+Green+Blue) = 254+177+226=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 177 (69.53% from 255 or 26.94% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1E2 is #014E1D. Grayscale: #CDCDCD. Windows color (decimal): -85534 or 14856702. OLE color: 14856702.

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

Color convert

RGB 254 177 226 -
CMYK 0 0.30 0.11 0.00
HSL 321.82º 0.97% 0.85% -
HSV(B) 321.82º 0.3% 1% -
XYZ 70.32 58.01 79.44 -
YUV 205.61 139.51 162.52 -
System Red Green Blue C M Y K H S L
Decimal 254 177 226 0 0.30 0.11 0.00 321.82 0.97 0.85
Hex FE B1 E2 0 1E B 0 142 61 55
Octal 376 261 342 0 36 13 0 502 141 125
Binary 11111110 10110001 11100010 0 11110 1011 0 101000010 1100001 1010101

Color Harmonies of #FEB1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB1E2

Black with #FEB1E2

Text Example


Text Example

White with #FEB1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB1E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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