#FEC4F4

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

Shades of Lavender Rose #FEC4F4

Tints of Lavender Rose #FEC4F4

Color information

#FEC4F4 (or 0xFEC4F4) is unknown color: approx Lavender Rose. HEX triplet: FE, C4 and F4. RGB value is (254,196,244). Sum of RGB (Red+Green+Blue) = 254+196+244=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 196 (76.95% from 255 or 28.24% from 694); Blue value is 244 (95.70% from 255 or 35.16% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC4F4 is #013B0B. Grayscale: #DADADA. Windows color (decimal): -80652 or 16041214. OLE color: 16041214.

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

Color convert

RGB254196244-
CMYK00.230.040.00
HSL310.34º96.67%88.24%-
HSV(B)310.34º22.83%99.61%-
XYZ76.9467.0894.48-
YUV218.81142.22153.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.60%
GREEN value IS 196 (76.95% from 255) = 28.24%
BLUE value IS 244 (95.70% from 255) = 35.16%
R=36.60%
G=28.24%
B=35.16%

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
Decimal25419624400.230.040.00310.3496.6788.24
HexFEC4F4017401366158
Octal37630436402740466141130
Binary111111101100010011110100010111100010011011011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC4F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC4F4; }

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

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

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

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

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

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

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

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