Html Css Color HEX #FEB4E5 Lavender Rose

📋 copy color: '#FEB4E5'

red 254 ◦ green 180 ◦ blue 229

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

Shades of Lavender Rose #FEB4E5

Tints of Lavender Rose #FEB4E5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.15%

 BLUE value IS 229 (89.84% from 255) = 34.54%

R = 38.31%
G = 27.15%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEB4E5 (or 0xFEB4E5) is known color: Lavender Rose. HEX triplet: FE, B4 and E5. RGB value is (254,180,229). Sum of RGB (Red+Green+Blue) = 254+180+229=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 180 (70.70% from 255 or 27.15% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4E5 is #014B1A. Grayscale: #CFCFCF. Windows color (decimal): -84763 or 15054078. OLE color: 15054078.

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

Color convert

RGB 254 180 229 -
CMYK 0 0.29 0.10 0.00
HSL 320.27º 0.97% 0.85% -
HSV(B) 320.27º 0.29% 1% -
XYZ 71.34 59.37 81.83 -
YUV 207.71 140.02 161.02 -
System Red Green Blue C M Y K H S L
Decimal 254 180 229 0 0.29 0.10 0.00 320.27 0.97 0.85
Hex FE B4 E5 0 1D A 0 140 61 55
Octal 376 264 345 0 35 12 0 500 141 125
Binary 11111110 10110100 11100101 0 11101 1010 0 101000000 1100001 1010101

Color Harmonies of #FEB4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB4E5

Black with #FEB4E5

Text Example


Text Example

White with #FEB4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB4E5; }

 p { color: rgb(254,180,229); }

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

background-color css

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

 a { background-color: rgb(254,180,229); }

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

border-color css

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

 span { border-color: rgb(254,180,229); }

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