#FEBEFA

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

Shades of Lavender Rose #FEBEFA

Tints of Lavender Rose #FEBEFA

Color information

#FEBEFA (or 0xFEBEFA) is unknown color: approx Lavender Rose. HEX triplet: FE, BE and FA. RGB value is (254,190,250). Sum of RGB (Red+Green+Blue) = 254+190+250=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 190 (74.61% from 255 or 27.38% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBEFA is #014105. Grayscale: #D7D7D7. Windows color (decimal): -82182 or 16432894. OLE color: 16432894.

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

Color convert

RGB254190250-
CMYK00.250.020.00
HSL303.75º96.97%87.06%-
HSV(B)303.75º25.2%99.61%-
XYZ76.5464.898.92-
YUV215.98147.2155.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.60%
GREEN value IS 190 (74.61% from 255) = 27.38%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=36.60%
G=27.38%
B=36.02%

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
Decimal25419025000.250.020.00303.7596.9787.06
HexFEBEFA019201306157
Octal37627637203120460141127
Binary11111110101111101111101001100110010011000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEFA; }

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

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

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

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

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

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

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

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