#FEBAF4

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

Shades of Lavender Rose #FEBAF4

Tints of Lavender Rose #FEBAF4

Color information

#FEBAF4 (or 0xFEBAF4) is unknown color: approx Lavender Rose. HEX triplet: FE, BA and F4. RGB value is (254,186,244). Sum of RGB (Red+Green+Blue) = 254+186+244=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 186 (73.05% from 255 or 27.19% from 684); Blue value is 244 (95.70% from 255 or 35.67% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAF4 is #01450B. Grayscale: #D4D4D4. Windows color (decimal): -83212 or 16038654. OLE color: 16038654.

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

Color convert

RGB254186244-
CMYK00.270.040.00
HSL308.82º97.14%86.27%-
HSV(B)308.82º26.77%99.61%-
XYZ74.7662.7293.75-
YUV212.94145.53157.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 186 (73.05% from 255) = 27.19%
BLUE value IS 244 (95.70% from 255) = 35.67%
R=37.13%
G=27.19%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418624400.270.040.00308.8297.1486.27
HexFEBAF401B401356156
Octal37627236403340465141126
Binary111111101011101011110100011011100010011010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAF4; }

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

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

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

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

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

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

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

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