#FEC4F3

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

Shades of Lavender Rose #FEC4F3

Tints of Lavender Rose #FEC4F3

Color information

#FEC4F3 (or 0xFEC4F3) is unknown color: approx Lavender Rose. HEX triplet: FE, C4 and F3. RGB value is (254,196,243). Sum of RGB (Red+Green+Blue) = 254+196+243=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 196 (76.95% from 255 or 28.28% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC4F3 is #013B0C. Grayscale: #DADADA. Windows color (decimal): -80653 or 15975678. OLE color: 15975678.

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

Color convert

RGB254196243-
CMYK00.230.040.00
HSL311.38º96.67%88.24%-
HSV(B)311.38º22.83%99.61%-
XYZ76.7967.0293.68-
YUV218.7141.72153.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.65%
GREEN value IS 196 (76.95% from 255) = 28.28%
BLUE value IS 243 (95.31% from 255) = 35.06%
R=36.65%
G=28.28%
B=35.06%

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
Decimal25419624300.230.040.00311.3896.6788.24
HexFEC4F3017401376158
Octal37630436302740467141130
Binary111111101100010011110011010111100010011011111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC4F3; }

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

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

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

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

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

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

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

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