#F8C1EC

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

Shades of Lavender Rose #F8C1EC

Tints of Lavender Rose #F8C1EC

Color information

#F8C1EC (or 0xF8C1EC) is unknown color: approx Lavender Rose. HEX triplet: F8, C1 and EC. RGB value is (248,193,236). Sum of RGB (Red+Green+Blue) = 248+193+236=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 193 (75.78% from 255 or 28.51% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C1EC is #073E13. Grayscale: #D6D6D6. Windows color (decimal): -474644 or 15516152. OLE color: 15516152.

HSL color Cylindrical-coordinate representation of color #F8C1EC: hue angle of 313.09º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F8C1EC is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB248193236-
CMYK00.220.050.03
HSL313.09º79.71%86.47%-
HSV(B)313.09º22.18%97.25%-
XYZ72.9264.1587.9-
YUV214.35140.22152-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.63%
GREEN value IS 193 (75.78% from 255) = 28.51%
BLUE value IS 236 (92.58% from 255) = 34.86%
R=36.63%
G=28.51%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819323600.220.050.03313.0979.7186.47
HexF8C1EC016531395056
Octal37030135402653471120126
Binary1111100011000001111011000101101011110011100110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C1EC; }

 p { color: rgb(248,193,236); }

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

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

 a { background-color: rgb(248,193,236); }

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

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

 span { border-color: rgb(248,193,236); }

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