#FEBFF5

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

Shades of Lavender Rose #FEBFF5

Tints of Lavender Rose #FEBFF5

Color information

#FEBFF5 (or 0xFEBFF5) is unknown color: approx Lavender Rose. HEX triplet: FE, BF and F5. RGB value is (254,191,245). Sum of RGB (Red+Green+Blue) = 254+191+245=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 191 (75% from 255 or 27.68% from 690); Blue value is 245 (96.09% from 255 or 35.51% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFF5 is #01400A. Grayscale: #D7D7D7. Windows color (decimal): -81931 or 16105470. OLE color: 16105470.

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

Color convert

RGB254191245-
CMYK00.250.040.00
HSL308.57º96.92%87.25%-
HSV(B)308.57º24.8%99.61%-
XYZ75.9964.9394.91-
YUV215.99144.37155.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.81%
GREEN value IS 191 (75% from 255) = 27.68%
BLUE value IS 245 (96.09% from 255) = 35.51%
R=36.81%
G=27.68%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419124500.250.040.00308.5796.9287.25
HexFEBFF5019401356157
Octal37627736503140465141127
Binary111111101011111111110101011001100010011010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFF5; }

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

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

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

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

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

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

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

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