#FEB4F8

Color #FEB4F8 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FEB4F8

Tints of Lavender Rose #FEB4F8

Color information

#FEB4F8 (or 0xFEB4F8) is unknown color: approx Lavender Rose. HEX triplet: FE, B4 and F8. RGB value is (254,180,248). Sum of RGB (Red+Green+Blue) = 254+180+248=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 180 (70.70% from 255 or 26.39% from 682); Blue value is 248 (97.27% from 255 or 36.36% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB4F8 is #014B07. Grayscale: #D1D1D1. Windows color (decimal): -84744 or 16299262. OLE color: 16299262.

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

Color convert

RGB254180248-
CMYK00.290.020.00
HSL304.86º97.37%85.1%-
HSV(B)304.86º29.13%99.61%-
XYZ74.1460.4996.58-
YUV209.88149.52159.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 180 (70.70% from 255) = 26.39%
BLUE value IS 248 (97.27% from 255) = 36.36%
R=37.24%
G=26.39%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418024800.290.020.00304.8697.3785.1
HexFEB4F801D201316155
Octal37626437003520461141125
Binary11111110101101001111100001110110010011000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4F8; }

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

 H1.HeaderClassName
 {
   color: #FEB4F8;
 }
 .AnyTagClassName
 {
   color: #FEB4F8;
 }
</style>
background-color css

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

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

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

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

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

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