#FEBCEE

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

Shades of Lavender Rose #FEBCEE

Tints of Lavender Rose #FEBCEE

Color information

#FEBCEE (or 0xFEBCEE) is unknown color: approx Lavender Rose. HEX triplet: FE, BC and EE. RGB value is (254,188,238). Sum of RGB (Red+Green+Blue) = 254+188+238=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 188 (73.83% from 255 or 27.65% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBCEE is #014311. Grayscale: #D5D5D5. Windows color (decimal): -82706 or 15645950. OLE color: 15645950.

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

Color convert

RGB254188238-
CMYK00.260.060.00
HSL314.55º97.06%86.67%-
HSV(B)314.55º25.98%99.61%-
XYZ74.2963.2189.17-
YUV213.43141.87156.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 188 (73.83% from 255) = 27.65%
BLUE value IS 238 (93.36% from 255) = 35%
R=37.35%
G=27.65%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418823800.260.060.00314.5597.0686.67
HexFEBCEE01A6013b6157
Octal37627435603260473141127
Binary111111101011110011101110011010110010011101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBCEE; }

 p { color: rgb(254,188,238); }

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

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

 a { background-color: rgb(254,188,238); }

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

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

 span { border-color: rgb(254,188,238); }

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