#FFC0EF

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

Shades of Lavender Rose #FFC0EF

Tints of Lavender Rose #FFC0EF

Color information

#FFC0EF (or 0xFFC0EF) is unknown color: approx Lavender Rose. HEX triplet: FF, C0 and EF. RGB value is (255,192,239). Sum of RGB (Red+Green+Blue) = 255+192+239=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 192 (75.39% from 255 or 27.99% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC0EF is #003F10. Grayscale: #D8D8D8. Windows color (decimal): -16145 or 15712511. OLE color: 15712511.

HSL color Cylindrical-coordinate representation of color #FFC0EF: hue angle of 315.24º 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 #FFC0EF is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB255192239-
CMYK00.250.060
HSL315.24º100%87.65%-
HSV(B)315.24º24.71%100%-
XYZ75.6765.1990.26-
YUV216.2140.87155.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 192 (75.39% from 255) = 27.99%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=37.17%
G=27.99%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519223900.250.060315.2410087.65
HexFFC0EF0196013b6458
Octal37730035703160473144130
Binary111111111100000011101111011001110010011101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0EF; }

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

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

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

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

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

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

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

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