#FEBEF6

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

Shades of Lavender Rose #FEBEF6

Tints of Lavender Rose #FEBEF6

Color information

#FEBEF6 (or 0xFEBEF6) is unknown color: approx Lavender Rose. HEX triplet: FE, BE and F6. RGB value is (254,190,246). Sum of RGB (Red+Green+Blue) = 254+190+246=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 190 (74.61% from 255 or 27.54% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBEF6 is #014109. Grayscale: #D7D7D7. Windows color (decimal): -82186 or 16170750. OLE color: 16170750.

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

Color convert

RGB254190246-
CMYK00.250.030.00
HSL307.5º96.97%87.06%-
HSV(B)307.5º25.2%99.61%-
XYZ75.9264.5595.65-
YUV215.52145.2155.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.81%
GREEN value IS 190 (74.61% from 255) = 27.54%
BLUE value IS 246 (96.48% from 255) = 35.65%
R=36.81%
G=27.54%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419024600.250.030.00307.596.9787.06
HexFEBEF6019301346157
Octal37627636603130464141127
Binary11111110101111101111011001100111010011010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEF6; }

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

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

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

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

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

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

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

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