#FEBCF5

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

Shades of Lavender Rose #FEBCF5

Tints of Lavender Rose #FEBCF5

Color information

#FEBCF5 (or 0xFEBCF5) is unknown color: approx Lavender Rose. HEX triplet: FE, BC and F5. RGB value is (254,188,245). Sum of RGB (Red+Green+Blue) = 254+188+245=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 188 (73.83% from 255 or 27.37% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBCF5 is #01430A. Grayscale: #D6D6D6. Windows color (decimal): -82699 or 16104702. OLE color: 16104702.

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

Color convert

RGB254188245-
CMYK00.260.040.00
HSL308.18º97.06%86.67%-
HSV(B)308.18º25.98%99.61%-
XYZ75.3463.6394.7-
YUV214.23145.37156.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 188 (73.83% from 255) = 27.37%
BLUE value IS 245 (96.09% from 255) = 35.66%
R=36.97%
G=27.37%
B=35.66%

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
Decimal25418824500.260.040.00308.1897.0686.67
HexFEBCF501A401346157
Octal37627436503240464141127
Binary111111101011110011110101011010100010011010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBCF5; }

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

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

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

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

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

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

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

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