#FEB8FC

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

Shades of Lavender Rose #FEB8FC

Tints of Lavender Rose #FEB8FC

Color information

#FEB8FC (or 0xFEB8FC) is unknown color: approx Lavender Rose. HEX triplet: FE, B8 and FC. RGB value is (254,184,252). Sum of RGB (Red+Green+Blue) = 254+184+252=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 184 (72.27% from 255 or 26.67% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8FC is #014703. Grayscale: #D4D4D4. Windows color (decimal): -83716 or 16562430. OLE color: 16562430.

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

Color convert

RGB254184252-
CMYK00.280.010.00
HSL301.71º97.22%85.88%-
HSV(B)301.71º27.56%99.61%-
XYZ75.5862.38100.15-
YUV212.68150.19157.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.81%
GREEN value IS 184 (72.27% from 255) = 26.67%
BLUE value IS 252 (98.83% from 255) = 36.52%
R=36.81%
G=26.67%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418425200.280.010.00301.7197.2285.88
HexFEB8FC01C1012e6156
Octal37627037403410456141126
Binary1111111010111000111111000111001010010111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB8FC; }

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

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

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

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

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

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

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

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