Html Css Color HEX #FEB2EA Lavender Rose

📋 copy color: '#FEB2EA'

red 254 ◦ green 178 ◦ blue 234

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

Shades of Lavender Rose #FEB2EA

Tints of Lavender Rose #FEB2EA

RGB

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

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

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

R = 38.14%
G = 26.73%
B = 35.14%

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

#FEB2EA (or 0xFEB2EA) is known color: Lavender Rose. HEX triplet: FE, B2 and EA. RGB value is (254,178,234). Sum of RGB (Red+Green+Blue) = 254+178+234=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 178 (69.92% from 255 or 26.73% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB2EA is #014D15. Grayscale: #CECECE. Windows color (decimal): -85270 or 15381246. OLE color: 15381246.

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

Color convert

RGB 254 178 234 -
CMYK 0 0.30 0.08 0.00
HSL 315.79º 0.97% 0.85% -
HSV(B) 315.79º 0.3% 1% -
XYZ 71.64 58.85 85.43 -
YUV 207.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 254 178 234 0 0.30 0.08 0.00 315.79 0.97 0.85
Hex FE B2 EA 0 1E 8 0 13C 61 55
Octal 376 262 352 0 36 10 0 474 141 125
Binary 11111110 10110010 11101010 0 11110 1000 0 100111100 1100001 1010101

Color Harmonies of #FEB2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2EA

Black with #FEB2EA

Text Example


Text Example

White with #FEB2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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