Html Css Color HEX #FEB4EC Lavender Rose

📋 copy color: '#FEB4EC'

red 254 ◦ green 180 ◦ blue 236

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

Shades of Lavender Rose #FEB4EC

Tints of Lavender Rose #FEB4EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.22%

R = 37.91%
G = 26.87%
B = 35.22%

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

#FEB4EC (or 0xFEB4EC) is known color: Lavender Rose. HEX triplet: FE, B4 and EC. RGB value is (254,180,236). Sum of RGB (Red+Green+Blue) = 254+180+236=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 180 (70.70% from 255 or 26.87% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB4EC is #014B13. Grayscale: #D0D0D0. Windows color (decimal): -84756 or 15512830. OLE color: 15512830.

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

Color convert

RGB 254 180 236 -
CMYK 0 0.29 0.07 0.00
HSL 314.59º 0.97% 0.85% -
HSV(B) 314.59º 0.29% 1% -
XYZ 72.33 59.77 87.08 -
YUV 208.51 143.52 160.45 -
System Red Green Blue C M Y K H S L
Decimal 254 180 236 0 0.29 0.07 0.00 314.59 0.97 0.85
Hex FE B4 EC 0 1D 7 0 13B 61 55
Octal 376 264 354 0 35 7 0 473 141 125
Binary 11111110 10110100 11101100 0 11101 111 0 100111011 1100001 1010101

Color Harmonies of #FEB4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB4EC

Black with #FEB4EC

Text Example


Text Example

White with #FEB4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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