#FEBFF8

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

Shades of Lavender Rose #FEBFF8

Tints of Lavender Rose #FEBFF8

Color information

#FEBFF8 (or 0xFEBFF8) is unknown color: approx Lavender Rose. HEX triplet: FE, BF and F8. RGB value is (254,191,248). Sum of RGB (Red+Green+Blue) = 254+191+248=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 191 (75% from 255 or 27.56% from 693); Blue value is 248 (97.27% from 255 or 35.79% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFF8 is #014007. Grayscale: #D8D8D8. Windows color (decimal): -81928 or 16302078. OLE color: 16302078.

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

Color convert

RGB254191248-
CMYK00.250.020.00
HSL305.71º96.92%87.25%-
HSV(B)305.71º24.8%99.61%-
XYZ76.4565.1197.35-
YUV216.33145.87154.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.65%
GREEN value IS 191 (75% from 255) = 27.56%
BLUE value IS 248 (97.27% from 255) = 35.79%
R=36.65%
G=27.56%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419124800.250.020.00305.7196.9287.25
HexFEBFF8019201326157
Octal37627737003120462141127
Binary11111110101111111111100001100110010011001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFF8; }

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

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

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

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

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

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

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

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