Html Css Color HEX #FEB1ED Lavender Rose

📋 copy color: '#FEB1ED'

red 254 ◦ green 177 ◦ blue 237

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

Shades of Lavender Rose #FEB1ED

Tints of Lavender Rose #FEB1ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.48%

R = 38.02%
G = 26.5%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEB1ED (or 0xFEB1ED) is known color: Lavender Rose. HEX triplet: FE, B1 and ED. RGB value is (254,177,237). Sum of RGB (Red+Green+Blue) = 254+177+237=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 177 (69.53% from 255 or 26.50% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB1ED is #014E12. Grayscale: #CECECE. Windows color (decimal): -85523 or 15577598. OLE color: 15577598.

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

Color convert

RGB 254 177 237 -
CMYK 0 0.30 0.07 0.00
HSL 313.25º 0.97% 0.85% -
HSV(B) 313.25º 0.3% 1% -
XYZ 71.88 58.63 87.65 -
YUV 206.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 254 177 237 0 0.30 0.07 0.00 313.25 0.97 0.85
Hex FE B1 ED 0 1E 7 0 139 61 55
Octal 376 261 355 0 36 7 0 471 141 125
Binary 11111110 10110001 11101101 0 11110 111 0 100111001 1100001 1010101

Color Harmonies of #FEB1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB1ED

Black with #FEB1ED

Text Example


Text Example

White with #FEB1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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