Html Css Color HEX #FEB4FF Lavender Rose

📋 copy color: '#FEB4FF'

red 254 ◦ green 180 ◦ blue 255

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

Shades of Lavender Rose #FEB4FF

Tints of Lavender Rose #FEB4FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.01%

R = 36.87%
G = 26.12%
B = 37.01%

CMYK

 C value IS 0.00

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEB4FF (or 0xFEB4FF) is known color: Lavender Rose. HEX triplet: FE, B4 and FF. RGB value is (254,180,255). Sum of RGB (Red+Green+Blue) = 254+180+255=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 180 (70.70% from 255 or 26.12% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEB4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB4FF is #014B00. Grayscale: #D2D2D2. Windows color (decimal): -84737 or 16758014. OLE color: 16758014.

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

Color convert

RGB 254 180 255 -
CMYK 0.00 0.29 0 0
HSL 299.2º 1% 0.85% -
HSV(B) 299.2º 0.29% 1% -
XYZ 75.24 60.93 102.4 -
YUV 210.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 254 180 255 0.00 0.29 0 0 299.2 1 0.85
Hex FE B4 FF 0 1D 0 0 12B 64 55
Octal 376 264 377 0 35 0 0 453 144 125
Binary 11111110 10110100 11111111 0 11101 0 0 100101011 1100100 1010101

Color Harmonies of #FEB4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB4FF

Black with #FEB4FF

Text Example


Text Example

White with #FEB4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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