#FFC0EE

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

Shades of Lavender Rose #FFC0EE

Tints of Lavender Rose #FFC0EE

Color information

#FFC0EE (or 0xFFC0EE) is unknown color: approx Lavender Rose. HEX triplet: FF, C0 and EE. RGB value is (255,192,238). Sum of RGB (Red+Green+Blue) = 255+192+238=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 192 (75.39% from 255 or 28.03% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC0EE is #003F11. Grayscale: #D7D7D7. Windows color (decimal): -16146 or 15646975. OLE color: 15646975.

HSL color Cylindrical-coordinate representation of color #FFC0EE: hue angle of 316.19º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC0EE is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255192238-
CMYK00.250.070
HSL316.19º100%87.65%-
HSV(B)316.19º24.71%100%-
XYZ75.5265.1389.48-
YUV216.08140.37155.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 192 (75.39% from 255) = 28.03%
BLUE value IS 238 (93.36% from 255) = 34.74%
R=37.23%
G=28.03%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519223800.250.070316.1910087.65
HexFFC0EE0197013c6458
Octal37730035603170474144130
Binary111111111100000011101110011001111010011110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0EE; }

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

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

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

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

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

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

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

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