#FEBFEE

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

Shades of Lavender Rose #FEBFEE

Tints of Lavender Rose #FEBFEE

Color information

#FEBFEE (or 0xFEBFEE) is unknown color: approx Lavender Rose. HEX triplet: FE, BF and EE. RGB value is (254,191,238). Sum of RGB (Red+Green+Blue) = 254+191+238=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 191 (75% from 255 or 27.96% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFEE is #014011. Grayscale: #D7D7D7. Windows color (decimal): -81938 or 15646718. OLE color: 15646718.

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

Color convert

RGB254191238-
CMYK00.250.060.00
HSL315.24º96.92%87.25%-
HSV(B)315.24º24.8%99.61%-
XYZ74.9464.5189.39-
YUV215.2140.87155.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.19%
GREEN value IS 191 (75% from 255) = 27.96%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=37.19%
G=27.96%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419123800.250.060.00315.2496.9287.25
HexFEBFEE0196013b6157
Octal37627735603160473141127
Binary111111101011111111101110011001110010011101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFEE; }

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

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

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

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

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

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

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

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