#FEB8FF

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

Shades of Lavender Rose #FEB8FF

Tints of Lavender Rose #FEB8FF

Color information

#FEB8FF (or 0xFEB8FF) is unknown color: approx Lavender Rose. HEX triplet: FE, B8 and FF. RGB value is (254,184,255). Sum of RGB (Red+Green+Blue) = 254+184+255=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 184 (72.27% from 255 or 26.55% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEB8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8FF is #014700. Grayscale: #D4D4D4. Windows color (decimal): -83713 or 16759038. OLE color: 16759038.

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

Color convert

RGB254184255-
CMYK0.000.2800
HSL299.15º100%86.08%-
HSV(B)299.15º27.84%100%-
XYZ76.0662.57102.68-
YUV213.02151.69157.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.65%
GREEN value IS 184 (72.27% from 255) = 26.55%
BLUE value IS 255 (100% from 255) = 36.80%
R=36.65%
G=26.55%
B=36.80%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541842550.000.2800299.1510086.08
HexFEB8FF01C0012b6456
Octal37627037703400453144126
Binary1111111010111000111111110111000010010101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB8FF; }

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

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

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

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

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

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

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

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