#FEB8F2

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

Shades of Lavender Rose #FEB8F2

Tints of Lavender Rose #FEB8F2

Color information

#FEB8F2 (or 0xFEB8F2) is unknown color: approx Lavender Rose. HEX triplet: FE, B8 and F2. RGB value is (254,184,242). Sum of RGB (Red+Green+Blue) = 254+184+242=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 184 (72.27% from 255 or 27.06% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8F2 is #01470D. Grayscale: #D3D3D3. Windows color (decimal): -83726 or 15907070. OLE color: 15907070.

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

Color convert

RGB254184242-
CMYK00.280.050.00
HSL310.29º97.22%85.88%-
HSV(B)310.29º27.56%99.61%-
XYZ74.0461.7692.02-
YUV211.54145.19158.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 184 (72.27% from 255) = 27.06%
BLUE value IS 242 (94.92% from 255) = 35.59%
R=37.35%
G=27.06%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418424200.280.050.00310.2997.2285.88
HexFEB8F201C501366156
Octal37627036203450466141126
Binary111111101011100011110010011100101010011011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB8F2; }

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

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

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

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

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

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

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

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