#FEB5FC

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

Shades of Lavender Rose #FEB5FC

Tints of Lavender Rose #FEB5FC

Color information

#FEB5FC (or 0xFEB5FC) is unknown color: approx Lavender Rose. HEX triplet: FE, B5 and FC. RGB value is (254,181,252). Sum of RGB (Red+Green+Blue) = 254+181+252=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 181 (71.09% from 255 or 26.35% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5FC is #014A03. Grayscale: #D2D2D2. Windows color (decimal): -84484 or 16561662. OLE color: 16561662.

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

Color convert

RGB254181252-
CMYK00.290.010.00
HSL301.64º97.33%85.29%-
HSV(B)301.64º28.74%99.61%-
XYZ74.9761.1599.95-
YUV210.92151.18158.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 181 (71.09% from 255) = 26.35%
BLUE value IS 252 (98.83% from 255) = 36.68%
R=36.97%
G=26.35%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418125200.290.010.00301.6497.3385.29
HexFEB5FC01D1012e6155
Octal37626537403510456141125
Binary1111111010110101111111000111011010010111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5FC; }

 p { color: rgb(254,181,252); }

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

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

 a { background-color: rgb(254,181,252); }

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

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

 span { border-color: rgb(254,181,252); }

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