#FEC1F0

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

Shades of Lavender Rose #FEC1F0

Tints of Lavender Rose #FEC1F0

Color information

#FEC1F0 (or 0xFEC1F0) is unknown color: approx Lavender Rose. HEX triplet: FE, C1 and F0. RGB value is (254,193,240). Sum of RGB (Red+Green+Blue) = 254+193+240=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 193 (75.78% from 255 or 28.09% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1F0 is #013E0F. Grayscale: #D8D8D8. Windows color (decimal): -81424 or 15778302. OLE color: 15778302.

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

Color convert

RGB254193240-
CMYK00.240.060.00
HSL313.77º96.83%87.65%-
HSV(B)313.77º24.02%99.61%-
XYZ75.6765.591.09-
YUV216.6141.21154.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 193 (75.78% from 255) = 28.09%
BLUE value IS 240 (94.14% from 255) = 34.93%
R=36.97%
G=28.09%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419324000.240.060.00313.7796.8387.65
HexFEC1F00186013a6158
Octal37630136003060472141130
Binary111111101100000111110000011000110010011101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1F0; }

 p { color: rgb(254,193,240); }

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

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

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

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

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

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

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