#FEB4FE

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

Shades of Lavender Rose #FEB4FE

Tints of Lavender Rose #FEB4FE

Color information

#FEB4FE (or 0xFEB4FE) is unknown color: approx Lavender Rose. HEX triplet: FE, B4 and FE. RGB value is (254,180,254). Sum of RGB (Red+Green+Blue) = 254+180+254=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 180 (70.70% from 255 or 26.16% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEB4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB4FE is #014B01. Grayscale: #D2D2D2. Windows color (decimal): -84738 or 16692478. OLE color: 16692478.

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

Color convert

RGB254180254-
CMYK00.2900.00
HSL300º97.37%85.1%-
HSV(B)300º29.13%99.61%-
XYZ75.0860.87101.56-
YUV210.56152.52158.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.92%
GREEN value IS 180 (70.70% from 255) = 26.16%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=36.92%
G=26.16%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418025400.2900.0030097.3785.1
HexFEB4FE01D0012c6155
Octal37626437603500454141125
Binary1111111010110100111111100111010010010110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4FE; }

 p { color: rgb(254,180,254); }

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

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

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

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

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

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

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