#FEC3F1

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

Shades of Lavender Rose #FEC3F1

Tints of Lavender Rose #FEC3F1

Color information

#FEC3F1 (or 0xFEC3F1) is unknown color: approx Lavender Rose. HEX triplet: FE, C3 and F1. RGB value is (254,195,241). Sum of RGB (Red+Green+Blue) = 254+195+241=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 195 (76.56% from 255 or 28.26% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3F1 is #013C0E. Grayscale: #D9D9D9. Windows color (decimal): -80911 or 15844350. OLE color: 15844350.

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

Color convert

RGB254195241-
CMYK00.230.050.00
HSL313.22º96.72%88.04%-
HSV(B)313.22º23.23%99.61%-
XYZ76.2766.4592.03-
YUV217.88141.05153.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.81%
GREEN value IS 195 (76.56% from 255) = 28.26%
BLUE value IS 241 (94.53% from 255) = 34.93%
R=36.81%
G=28.26%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419524100.230.050.00313.2296.7288.04
HexFEC3F1017501396158
Octal37630336102750471141130
Binary111111101100001111110001010111101010011100111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3F1; }

 p { color: rgb(254,195,241); }

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

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

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

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

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

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

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