Html Css Color HEX #FEB9EA Lavender Rose

📋 copy color: '#FEB9EA'

red 254 ◦ green 185 ◦ blue 234

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

Shades of Lavender Rose #FEB9EA

Tints of Lavender Rose #FEB9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.77%

R = 37.74%
G = 27.49%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEB9EA (or 0xFEB9EA) is known color: Lavender Rose. HEX triplet: FE, B9 and EA. RGB value is (254,185,234). Sum of RGB (Red+Green+Blue) = 254+185+234=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 185 (72.66% from 255 or 27.49% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB9EA is #014615. Grayscale: #D3D3D3. Windows color (decimal): -83478 or 15383038. OLE color: 15383038.

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

Color convert

RGB 254 185 234 -
CMYK 0 0.27 0.08 0.00
HSL 317.39º 0.97% 0.86% -
HSV(B) 317.39º 0.27% 1% -
XYZ 73.07 61.71 85.9 -
YUV 211.22 140.86 158.52 -
System Red Green Blue C M Y K H S L
Decimal 254 185 234 0 0.27 0.08 0.00 317.39 0.97 0.86
Hex FE B9 EA 0 1B 8 0 13D 61 56
Octal 376 271 352 0 33 10 0 475 141 126
Binary 11111110 10111001 11101010 0 11011 1000 0 100111101 1100001 1010110

Color Harmonies of #FEB9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9EA

Black with #FEB9EA

Text Example


Text Example

White with #FEB9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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