#FEBBF5

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

Shades of Lavender Rose #FEBBF5

Tints of Lavender Rose #FEBBF5

Color information

#FEBBF5 (or 0xFEBBF5) is unknown color: approx Lavender Rose. HEX triplet: FE, BB and F5. RGB value is (254,187,245). Sum of RGB (Red+Green+Blue) = 254+187+245=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 187 (73.44% from 255 or 27.26% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBBF5 is #01440A. Grayscale: #D5D5D5. Windows color (decimal): -82955 or 16104446. OLE color: 16104446.

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

Color convert

RGB254187245-
CMYK00.260.040.00
HSL308.06º97.1%86.47%-
HSV(B)308.06º26.38%99.61%-
XYZ75.1263.294.63-
YUV213.64145.7156.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 187 (73.44% from 255) = 27.26%
BLUE value IS 245 (96.09% from 255) = 35.71%
R=37.03%
G=27.26%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418724500.260.040.00308.0697.186.47
HexFEBBF501A401346156
Octal37627336503240464141126
Binary111111101011101111110101011010100010011010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBF5; }

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

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

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

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

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

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

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

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