#FEB1FF

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

Shades of Lavender Rose #FEB1FF

Tints of Lavender Rose #FEB1FF

Color information

#FEB1FF (or 0xFEB1FF) is unknown color: approx Lavender Rose. HEX triplet: FE, B1 and FF. RGB value is (254,177,255). Sum of RGB (Red+Green+Blue) = 254+177+255=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 177 (69.53% from 255 or 25.80% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEB1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB1FF is #014E00. Grayscale: #D0D0D0. Windows color (decimal): -85505 or 16757246. OLE color: 16757246.

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

Color convert

RGB254177255-
CMYK0.000.3100
HSL299.23º100%84.71%-
HSV(B)299.23º30.59%100%-
XYZ74.6559.74102.2-
YUV208.92154.01160.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 177 (69.53% from 255) = 25.80%
BLUE value IS 255 (100% from 255) = 37.17%
R=37.03%
G=25.80%
B=37.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541772550.000.3100299.2310084.71
HexFEB1FF01F0012b6455
Octal37626137703700453144125
Binary1111111010110001111111110111110010010101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1FF; }

 p { color: rgb(254,177,255); }

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

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

 a { background-color: rgb(254,177,255); }

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

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

 span { border-color: rgb(254,177,255); }

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