#FEBFEF

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

Shades of Lavender Rose #FEBFEF

Tints of Lavender Rose #FEBFEF

Color information

#FEBFEF (or 0xFEBFEF) is unknown color: approx Lavender Rose. HEX triplet: FE, BF and EF. RGB value is (254,191,239). Sum of RGB (Red+Green+Blue) = 254+191+239=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 191 (75% from 255 or 27.92% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFEF is #014010. Grayscale: #D7D7D7. Windows color (decimal): -81937 or 15712254. OLE color: 15712254.

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

Color convert

RGB254191239-
CMYK00.250.060.00
HSL314.29º96.92%87.25%-
HSV(B)314.29º24.8%99.61%-
XYZ75.0864.5690.17-
YUV215.31141.37155.6-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 191 (75% from 255) = 27.92%
BLUE value IS 239 (93.75% from 255) = 34.94%
R=37.13%
G=27.92%
B=34.94%

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
Decimal25419123900.250.060.00314.2996.9287.25
HexFEBFEF0196013a6157
Octal37627735703160472141127
Binary111111101011111111101111011001110010011101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFEF; }

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

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

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

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

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

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

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

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