Html Css Color HEX #FEB4ED Lavender Rose

📋 copy color: '#FEB4ED'

red 254 ◦ green 180 ◦ blue 237

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

Shades of Lavender Rose #FEB4ED

Tints of Lavender Rose #FEB4ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.32%

R = 37.85%
G = 26.83%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEB4ED (or 0xFEB4ED) is known color: Lavender Rose. HEX triplet: FE, B4 and ED. RGB value is (254,180,237). Sum of RGB (Red+Green+Blue) = 254+180+237=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 180 (70.70% from 255 or 26.83% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB4ED is #014B12. Grayscale: #D0D0D0. Windows color (decimal): -84755 or 15578366. OLE color: 15578366.

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

Color convert

RGB 254 180 237 -
CMYK 0 0.29 0.07 0.00
HSL 313.78º 0.97% 0.85% -
HSV(B) 313.78º 0.29% 1% -
XYZ 72.48 59.83 87.85 -
YUV 208.62 144.02 160.37 -
System Red Green Blue C M Y K H S L
Decimal 254 180 237 0 0.29 0.07 0.00 313.78 0.97 0.85
Hex FE B4 ED 0 1D 7 0 13A 61 55
Octal 376 264 355 0 35 7 0 472 141 125
Binary 11111110 10110100 11101101 0 11101 111 0 100111010 1100001 1010101

Color Harmonies of #FEB4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB4ED

Black with #FEB4ED

Text Example


Text Example

White with #FEB4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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