Html Css Color HEX #FEB2E9 Lavender Rose

📋 copy color: '#FEB2E9'

red 254 ◦ green 178 ◦ blue 233

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

Shades of Lavender Rose #FEB2E9

Tints of Lavender Rose #FEB2E9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.77%

 BLUE value IS 233 (91.41% from 255) = 35.04%

R = 38.2%
G = 26.77%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEB2E9 (or 0xFEB2E9) is known color: Lavender Rose. HEX triplet: FE, B2 and E9. RGB value is (254,178,233). Sum of RGB (Red+Green+Blue) = 254+178+233=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 178 (69.92% from 255 or 26.77% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB2E9 is #014D16. Grayscale: #CECECE. Windows color (decimal): -85271 or 15315710. OLE color: 15315710.

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

Color convert

RGB 254 178 233 -
CMYK 0 0.30 0.08 0.00
HSL 316.58º 0.97% 0.85% -
HSV(B) 316.58º 0.3% 1% -
XYZ 71.5 58.79 84.67 -
YUV 206.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 254 178 233 0 0.30 0.08 0.00 316.58 0.97 0.85
Hex FE B2 E9 0 1E 8 0 13D 61 55
Octal 376 262 351 0 36 10 0 475 141 125
Binary 11111110 10110010 11101001 0 11110 1000 0 100111101 1100001 1010101

Color Harmonies of #FEB2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2E9

Black with #FEB2E9

Text Example


Text Example

White with #FEB2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2E9; }

 p { color: rgb(254,178,233); }

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

background-color css

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

 a { background-color: rgb(254,178,233); }

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

border-color css

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

 span { border-color: rgb(254,178,233); }

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