Html Css Color HEX #FEB4F0 Lavender Rose

📋 copy color: '#FEB4F0'

red 254 ◦ green 180 ◦ blue 240

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

Shades of Lavender Rose #FEB4F0

Tints of Lavender Rose #FEB4F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.61%

R = 37.69%
G = 26.71%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEB4F0 (or 0xFEB4F0) is known color: Lavender Rose. HEX triplet: FE, B4 and F0. RGB value is (254,180,240). Sum of RGB (Red+Green+Blue) = 254+180+240=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 180 (70.70% from 255 or 26.71% from 674); Blue value is 240 (94.14% from 255 or 35.61% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB4F0 is #014B0F. Grayscale: #D0D0D0. Windows color (decimal): -84752 or 15774974. OLE color: 15774974.

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

Color convert

RGB 254 180 240 -
CMYK 0 0.29 0.06 0.00
HSL 311.35º 0.97% 0.85% -
HSV(B) 311.35º 0.29% 1% -
XYZ 72.92 60 90.18 -
YUV 208.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 254 180 240 0 0.29 0.06 0.00 311.35 0.97 0.85
Hex FE B4 F0 0 1D 6 0 137 61 55
Octal 376 264 360 0 35 6 0 467 141 125
Binary 11111110 10110100 11110000 0 11101 110 0 100110111 1100001 1010101

Color Harmonies of #FEB4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB4F0

Black with #FEB4F0

Text Example


Text Example

White with #FEB4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB4F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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