#FEBBFD

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

Shades of Lavender Rose #FEBBFD

Tints of Lavender Rose #FEBBFD

Color information

#FEBBFD (or 0xFEBBFD) is unknown color: approx Lavender Rose. HEX triplet: FE, BB and FD. RGB value is (254,187,253). Sum of RGB (Red+Green+Blue) = 254+187+253=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 187 (73.44% from 255 or 26.95% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBBFD is #014402. Grayscale: #D6D6D6. Windows color (decimal): -82947 or 16628734. OLE color: 16628734.

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

Color convert

RGB254187253-
CMYK00.260.000.00
HSL300.9º97.1%86.47%-
HSV(B)300.9º26.38%99.61%-
XYZ76.3763.7101.2-
YUV214.56149.7156.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.60%
GREEN value IS 187 (73.44% from 255) = 26.95%
BLUE value IS 253 (99.22% from 255) = 36.46%
R=36.60%
G=26.95%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418725300.260.000.00300.997.186.47
HexFEBBFD01A0012d6156
Octal37627337503200455141126
Binary1111111010111011111111010110100010010110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBFD; }

 p { color: rgb(254,187,253); }

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

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

 a { background-color: rgb(254,187,253); }

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

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

 span { border-color: rgb(254,187,253); }

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