#FEBAF1

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

Shades of Lavender Rose #FEBAF1

Tints of Lavender Rose #FEBAF1

Color information

#FEBAF1 (or 0xFEBAF1) is unknown color: approx Lavender Rose. HEX triplet: FE, BA and F1. RGB value is (254,186,241). Sum of RGB (Red+Green+Blue) = 254+186+241=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 186 (73.05% from 255 or 27.31% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAF1 is #01450E. Grayscale: #D4D4D4. Windows color (decimal): -83215 or 15842046. OLE color: 15842046.

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

Color convert

RGB254186241-
CMYK00.270.050.00
HSL311.47º97.14%86.27%-
HSV(B)311.47º26.77%99.61%-
XYZ74.3162.5491.37-
YUV212.6144.03157.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 186 (73.05% from 255) = 27.31%
BLUE value IS 241 (94.53% from 255) = 35.39%
R=37.30%
G=27.31%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418624100.270.050.00311.4797.1486.27
HexFEBAF101B501376156
Octal37627236103350467141126
Binary111111101011101011110001011011101010011011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAF1; }

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

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

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

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

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

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

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

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