Html Css Color HEX #FEB9EE Lavender Rose

📋 copy color: '#FEB9EE'

red 254 ◦ green 185 ◦ blue 238

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

Shades of Lavender Rose #FEB9EE

Tints of Lavender Rose #FEB9EE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.33%

 BLUE value IS 238 (93.36% from 255) = 35.16%

R = 37.52%
G = 27.33%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEB9EE (or 0xFEB9EE) is known color: Lavender Rose. HEX triplet: FE, B9 and EE. RGB value is (254,185,238). Sum of RGB (Red+Green+Blue) = 254+185+238=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 185 (72.66% from 255 or 27.33% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB9EE is #014611. Grayscale: #D3D3D3. Windows color (decimal): -83474 or 15645182. OLE color: 15645182.

HSL color Cylindrical-coordinate representation of color #FEB9EE: hue angle of 313.91º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEB9EE is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 185 238 -
CMYK 0 0.27 0.06 0.00
HSL 313.91º 0.97% 0.86% -
HSV(B) 313.91º 0.27% 1% -
XYZ 73.65 61.94 88.96 -
YUV 211.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 254 185 238 0 0.27 0.06 0.00 313.91 0.97 0.86
Hex FE B9 EE 0 1B 6 0 13A 61 56
Octal 376 271 356 0 33 6 0 472 141 126
Binary 11111110 10111001 11101110 0 11011 110 0 100111010 1100001 1010110

Color Harmonies of #FEB9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9EE

Black with #FEB9EE

Text Example


Text Example

White with #FEB9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9EE; }

 p { color: rgb(254,185,238); }

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

background-color css

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

 a { background-color: rgb(254,185,238); }

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

border-color css

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

 span { border-color: rgb(254,185,238); }

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