Html Css Color HEX #FEB1E7 Lavender Rose

📋 copy color: '#FEB1E7'

red 254 ◦ green 177 ◦ blue 231

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

Shades of Lavender Rose #FEB1E7

Tints of Lavender Rose #FEB1E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.89%

R = 38.37%
G = 26.74%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEB1E7 (or 0xFEB1E7) is known color: Lavender Rose. HEX triplet: FE, B1 and E7. RGB value is (254,177,231). Sum of RGB (Red+Green+Blue) = 254+177+231=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 177 (69.53% from 255 or 26.74% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB1E7 is #014E18. Grayscale: #CECECE. Windows color (decimal): -85529 or 15184382. OLE color: 15184382.

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

Color convert

RGB 254 177 231 -
CMYK 0 0.30 0.09 0.00
HSL 317.92º 0.97% 0.85% -
HSV(B) 317.92º 0.3% 1% -
XYZ 71.02 58.28 83.11 -
YUV 206.18 142.01 162.11 -
System Red Green Blue C M Y K H S L
Decimal 254 177 231 0 0.30 0.09 0.00 317.92 0.97 0.85
Hex FE B1 E7 0 1E 9 0 13E 61 55
Octal 376 261 347 0 36 11 0 476 141 125
Binary 11111110 10110001 11100111 0 11110 1001 0 100111110 1100001 1010101

Color Harmonies of #FEB1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB1E7

Black with #FEB1E7

Text Example


Text Example

White with #FEB1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB1E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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