#FEB2FB

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

Shades of Lavender Rose #FEB2FB

Tints of Lavender Rose #FEB2FB

Color information

#FEB2FB (or 0xFEB2FB) is unknown color: approx Lavender Rose. HEX triplet: FE, B2 and FB. RGB value is (254,178,251). Sum of RGB (Red+Green+Blue) = 254+178+251=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 178 (69.92% from 255 or 26.06% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB2FB is #014D04. Grayscale: #D0D0D0. Windows color (decimal): -85253 or 16495358. OLE color: 16495358.

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

Color convert

RGB254178251-
CMYK00.300.010.00
HSL302.37º97.44%84.71%-
HSV(B)302.37º29.92%99.61%-
XYZ74.2159.8898.91-
YUV209.05151.68160.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.19%
GREEN value IS 178 (69.92% from 255) = 26.06%
BLUE value IS 251 (98.44% from 255) = 36.75%
R=37.19%
G=26.06%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417825100.300.010.00302.3797.4484.71
HexFEB2FB01E1012e6155
Octal37626237303610456141125
Binary1111111010110010111110110111101010010111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2FB; }

 p { color: rgb(254,178,251); }

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

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

 a { background-color: rgb(254,178,251); }

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

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

 span { border-color: rgb(254,178,251); }

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