#FEB8F4

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

Shades of Lavender Rose #FEB8F4

Tints of Lavender Rose #FEB8F4

Color information

#FEB8F4 (or 0xFEB8F4) is unknown color: approx Lavender Rose. HEX triplet: FE, B8 and F4. RGB value is (254,184,244). Sum of RGB (Red+Green+Blue) = 254+184+244=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 184 (72.27% from 255 or 26.98% from 682); Blue value is 244 (95.70% from 255 or 35.78% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8F4 is #01470B. Grayscale: #D3D3D3. Windows color (decimal): -83724 or 16038142. OLE color: 16038142.

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

Color convert

RGB254184244-
CMYK00.280.040.00
HSL308.57º97.22%85.88%-
HSV(B)308.57º27.56%99.61%-
XYZ74.3461.8893.61-
YUV211.77146.19158.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 184 (72.27% from 255) = 26.98%
BLUE value IS 244 (95.70% from 255) = 35.78%
R=37.24%
G=26.98%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418424400.280.040.00308.5797.2285.88
HexFEB8F401C401356156
Octal37627036403440465141126
Binary111111101011100011110100011100100010011010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB8F4; }

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

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

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

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

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

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

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

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