#FEBAF7

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

Shades of Lavender Rose #FEBAF7

Tints of Lavender Rose #FEBAF7

Color information

#FEBAF7 (or 0xFEBAF7) is unknown color: approx Lavender Rose. HEX triplet: FE, BA and F7. RGB value is (254,186,247). Sum of RGB (Red+Green+Blue) = 254+186+247=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 186 (73.05% from 255 or 27.07% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAF7 is #014508. Grayscale: #D5D5D5. Windows color (decimal): -83209 or 16235262. OLE color: 16235262.

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

Color convert

RGB254186247-
CMYK00.270.030.00
HSL306.18º97.14%86.27%-
HSV(B)306.18º26.77%99.61%-
XYZ75.2262.996.17-
YUV213.29147.03157.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 186 (73.05% from 255) = 27.07%
BLUE value IS 247 (96.88% from 255) = 35.95%
R=36.97%
G=27.07%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418624700.270.030.00306.1897.1486.27
HexFEBAF701B301326156
Octal37627236703330462141126
Binary11111110101110101111011101101111010011001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAF7; }

 p { color: rgb(254,186,247); }

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

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

 a { background-color: rgb(254,186,247); }

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

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

 span { border-color: rgb(254,186,247); }

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