#FEBAFF

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

Shades of Lavender Rose #FEBAFF

Tints of Lavender Rose #FEBAFF

Color information

#FEBAFF (or 0xFEBAFF) is unknown color: approx Lavender Rose. HEX triplet: FE, BA and FF. RGB value is (254,186,255). Sum of RGB (Red+Green+Blue) = 254+186+255=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 186 (73.05% from 255 or 26.76% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEBAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAFF is #014500. Grayscale: #D5D5D5. Windows color (decimal): -83201 or 16759550. OLE color: 16759550.

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

Color convert

RGB254186255-
CMYK0.000.2700
HSL299.13º100%86.47%-
HSV(B)299.13º27.06%100%-
XYZ76.4863.41102.82-
YUV214.2151.03156.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.55%
GREEN value IS 186 (73.05% from 255) = 26.76%
BLUE value IS 255 (100% from 255) = 36.69%
R=36.55%
G=26.76%
B=36.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541862550.000.2700299.1310086.47
HexFEBAFF01B0012b6456
Octal37627237703300453144126
Binary1111111010111010111111110110110010010101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAFF; }

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

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

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

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

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

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

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

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