#FEBEF5

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

Shades of Lavender Rose #FEBEF5

Tints of Lavender Rose #FEBEF5

Color information

#FEBEF5 (or 0xFEBEF5) is unknown color: approx Lavender Rose. HEX triplet: FE, BE and F5. RGB value is (254,190,245). Sum of RGB (Red+Green+Blue) = 254+190+245=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 190 (74.61% from 255 or 27.58% from 689); Blue value is 245 (96.09% from 255 or 35.56% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBEF5 is #01410A. Grayscale: #D7D7D7. Windows color (decimal): -82187 or 16105214. OLE color: 16105214.

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

Color convert

RGB254190245-
CMYK00.250.040.00
HSL308.44º96.97%87.06%-
HSV(B)308.44º25.2%99.61%-
XYZ75.7764.4994.84-
YUV215.41144.7155.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.87%
GREEN value IS 190 (74.61% from 255) = 27.58%
BLUE value IS 245 (96.09% from 255) = 35.56%
R=36.87%
G=27.58%
B=35.56%

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
Decimal25419024500.250.040.00308.4496.9787.06
HexFEBEF5019401346157
Octal37627636503140464141127
Binary111111101011111011110101011001100010011010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEF5; }

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

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

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

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

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

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

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

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