#FEBDFC

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

Shades of Lavender Rose #FEBDFC

Tints of Lavender Rose #FEBDFC

Color information

#FEBDFC (or 0xFEBDFC) is unknown color: approx Lavender Rose. HEX triplet: FE, BD and FC. RGB value is (254,189,252). Sum of RGB (Red+Green+Blue) = 254+189+252=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 189 (74.22% from 255 or 27.19% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDFC is #014203. Grayscale: #D7D7D7. Windows color (decimal): -82436 or 16563710. OLE color: 16563710.

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

Color convert

RGB254189252-
CMYK00.260.010.00
HSL301.85º97.01%86.86%-
HSV(B)301.85º25.59%99.61%-
XYZ76.6464.49100.5-
YUV215.62148.53155.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.55%
GREEN value IS 189 (74.22% from 255) = 27.19%
BLUE value IS 252 (98.83% from 255) = 36.26%
R=36.55%
G=27.19%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418925200.260.010.00301.8597.0186.86
HexFEBDFC01A1012e6157
Octal37627537403210456141127
Binary1111111010111101111111000110101010010111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDFC; }

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

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

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

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

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

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

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

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