#F8C0EE

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

Shades of Lavender Rose #F8C0EE

Tints of Lavender Rose #F8C0EE

Color information

#F8C0EE (or 0xF8C0EE) is unknown color: approx Lavender Rose. HEX triplet: F8, C0 and EE. RGB value is (248,192,238). Sum of RGB (Red+Green+Blue) = 248+192+238=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 192 (75.39% from 255 or 28.32% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C0EE is #073F11. Grayscale: #D5D5D5. Windows color (decimal): -474898 or 15646968. OLE color: 15646968.

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

Color convert

RGB248192238-
CMYK00.230.040.03
HSL310.71º80%86.27%-
HSV(B)310.71º22.58%97.25%-
XYZ72.9963.8389.36-
YUV213.99141.55152.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.58%
GREEN value IS 192 (75.39% from 255) = 28.32%
BLUE value IS 238 (93.36% from 255) = 35.10%
R=36.58%
G=28.32%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819223800.230.040.03310.718086.27
HexF8C0EE017431375056
Octal37030035602743467120126
Binary1111100011000000111011100101111001110011011110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C0EE; }

 p { color: rgb(248,192,238); }

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

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

 a { background-color: rgb(248,192,238); }

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

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

 span { border-color: rgb(248,192,238); }

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