Html Css Color HEX #FEB4F4 Lavender Rose

📋 copy color: '#FEB4F4'

red 254 ◦ green 180 ◦ blue 244

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

Shades of Lavender Rose #FEB4F4

Tints of Lavender Rose #FEB4F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 35.99%

R = 37.46%
G = 26.55%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEB4F4 (or 0xFEB4F4) is known color: Lavender Rose. HEX triplet: FE, B4 and F4. RGB value is (254,180,244). Sum of RGB (Red+Green+Blue) = 254+180+244=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 180 (70.70% from 255 or 26.55% from 678); Blue value is 244 (95.70% from 255 or 35.99% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB4F4 is #014B0B. Grayscale: #D1D1D1. Windows color (decimal): -84748 or 16037118. OLE color: 16037118.

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

Color convert

RGB 254 180 244 -
CMYK 0 0.29 0.04 0.00
HSL 308.11º 0.97% 0.85% -
HSV(B) 308.11º 0.29% 1% -
XYZ 73.52 60.25 93.34 -
YUV 209.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 254 180 244 0 0.29 0.04 0.00 308.11 0.97 0.85
Hex FE B4 F4 0 1D 4 0 134 61 55
Octal 376 264 364 0 35 4 0 464 141 125
Binary 11111110 10110100 11110100 0 11101 100 0 100110100 1100001 1010101

Color Harmonies of #FEB4F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB4F4

Black with #FEB4F4

Text Example


Text Example

White with #FEB4F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB4F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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