Html Css Color HEX #FEB4E4 Lavender Rose

📋 copy color: '#FEB4E4'

red 254 ◦ green 180 ◦ blue 228

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

Shades of Lavender Rose #FEB4E4

Tints of Lavender Rose #FEB4E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.44%

R = 38.37%
G = 27.19%
B = 34.44%

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

#FEB4E4 (or 0xFEB4E4) is known color: Lavender Rose. HEX triplet: FE, B4 and E4. RGB value is (254,180,228). Sum of RGB (Red+Green+Blue) = 254+180+228=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 180 (70.70% from 255 or 27.19% from 662); Blue value is 228 (89.45% from 255 or 34.44% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4E4 is #014B1B. Grayscale: #CFCFCF. Windows color (decimal): -84764 or 14988542. OLE color: 14988542.

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

Color convert

RGB 254 180 228 -
CMYK 0 0.29 0.10 0.00
HSL 321.08º 0.97% 0.85% -
HSV(B) 321.08º 0.29% 1% -
XYZ 71.2 59.31 81.1 -
YUV 207.6 139.52 161.1 -
System Red Green Blue C M Y K H S L
Decimal 254 180 228 0 0.29 0.10 0.00 321.08 0.97 0.85
Hex FE B4 E4 0 1D A 0 141 61 55
Octal 376 264 344 0 35 12 0 501 141 125
Binary 11111110 10110100 11100100 0 11101 1010 0 101000001 1100001 1010101

Color Harmonies of #FEB4E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB4E4

Black with #FEB4E4

Text Example


Text Example

White with #FEB4E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB4E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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