#FEC3F3

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

Shades of Lavender Rose #FEC3F3

Tints of Lavender Rose #FEC3F3

Color information

#FEC3F3 (or 0xFEC3F3) is unknown color: approx Lavender Rose. HEX triplet: FE, C3 and F3. RGB value is (254,195,243). Sum of RGB (Red+Green+Blue) = 254+195+243=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 195 (76.56% from 255 or 28.18% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3F3 is #013C0C. Grayscale: #D9D9D9. Windows color (decimal): -80909 or 15975422. OLE color: 15975422.

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

Color convert

RGB254195243-
CMYK00.230.040.00
HSL311.19º96.72%88.04%-
HSV(B)311.19º23.23%99.61%-
XYZ76.5766.5793.61-
YUV218.11142.05153.6-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.71%
GREEN value IS 195 (76.56% from 255) = 28.18%
BLUE value IS 243 (95.31% from 255) = 35.12%
R=36.71%
G=28.18%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419524300.230.040.00311.1996.7288.04
HexFEC3F3017401376158
Octal37630336302740467141130
Binary111111101100001111110011010111100010011011111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3F3; }

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

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

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

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

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

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

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

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