#FEBFF1

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

Shades of Lavender Rose #FEBFF1

Tints of Lavender Rose #FEBFF1

Color information

#FEBFF1 (or 0xFEBFF1) is unknown color: approx Lavender Rose. HEX triplet: FE, BF and F1. RGB value is (254,191,241). Sum of RGB (Red+Green+Blue) = 254+191+241=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 191 (75% from 255 or 27.84% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFF1 is #01400E. Grayscale: #D7D7D7. Windows color (decimal): -81935 or 15843326. OLE color: 15843326.

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

Color convert

RGB254191241-
CMYK00.250.050.00
HSL312.38º96.92%87.25%-
HSV(B)312.38º24.8%99.61%-
XYZ75.3864.6891.73-
YUV215.54142.37155.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 191 (75% from 255) = 27.84%
BLUE value IS 241 (94.53% from 255) = 35.13%
R=37.03%
G=27.84%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419124100.250.050.00312.3896.9287.25
HexFEBFF1019501386157
Octal37627736103150470141127
Binary111111101011111111110001011001101010011100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFF1; }

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

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

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

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

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

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

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

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