#FEB4FC

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

Shades of Lavender Rose #FEB4FC

Tints of Lavender Rose #FEB4FC

Color information

#FEB4FC (or 0xFEB4FC) is unknown color: approx Lavender Rose. HEX triplet: FE, B4 and FC. RGB value is (254,180,252). Sum of RGB (Red+Green+Blue) = 254+180+252=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 180 (70.70% from 255 or 26.24% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB4FC is #014B03. Grayscale: #D2D2D2. Windows color (decimal): -84740 or 16561406. OLE color: 16561406.

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

Color convert

RGB254180252-
CMYK00.290.010.00
HSL301.62º97.37%85.1%-
HSV(B)301.62º29.13%99.61%-
XYZ74.7660.7499.88-
YUV210.33151.52159.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 180 (70.70% from 255) = 26.24%
BLUE value IS 252 (98.83% from 255) = 36.73%
R=37.03%
G=26.24%
B=36.73%

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
Decimal25418025200.290.010.00301.6297.3785.1
HexFEB4FC01D1012e6155
Octal37626437403510456141125
Binary1111111010110100111111000111011010010111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4FC; }

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

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

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

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

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

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

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

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