#FEBBF2

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

Shades of Lavender Rose #FEBBF2

Tints of Lavender Rose #FEBBF2

Color information

#FEBBF2 (or 0xFEBBF2) is unknown color: approx Lavender Rose. HEX triplet: FE, BB and F2. RGB value is (254,187,242). Sum of RGB (Red+Green+Blue) = 254+187+242=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 187 (73.44% from 255 or 27.38% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBBF2 is #01440D. Grayscale: #D5D5D5. Windows color (decimal): -82958 or 15907838. OLE color: 15907838.

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

Color convert

RGB254187242-
CMYK00.260.050.00
HSL310.75º97.1%86.47%-
HSV(B)310.75º26.38%99.61%-
XYZ74.6763.0292.23-
YUV213.3144.2157.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.19%
GREEN value IS 187 (73.44% from 255) = 27.38%
BLUE value IS 242 (94.92% from 255) = 35.43%
R=37.19%
G=27.38%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418724200.260.050.00310.7597.186.47
HexFEBBF201A501376156
Octal37627336203250467141126
Binary111111101011101111110010011010101010011011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBF2; }

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

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

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

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

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

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

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

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